diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-11-23 19:20:00 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-11-23 19:24:30 +0900 |
commit | bea4a7c81769c7e241478e4b0b29c62f389bc957 (patch) | |
tree | 6188d828027b9daa76f79ebad70158a95db49a04 /lib/csapi/read_markers.h | |
parent | fd524590e3888ee5b4c0e25eb2138db4763dd0ec (diff) | |
download | libquotient-bea4a7c81769c7e241478e4b0b29c62f389bc957.tar.gz libquotient-bea4a7c81769c7e241478e4b0b29c62f389bc957.zip |
Update CS API
Diffstat (limited to 'lib/csapi/read_markers.h')
-rw-r--r-- | lib/csapi/read_markers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/read_markers.h b/lib/csapi/read_markers.h index f19f46b0..d982b477 100644 --- a/lib/csapi/read_markers.h +++ b/lib/csapi/read_markers.h @@ -26,7 +26,7 @@ namespace QMatrixClient * event MUST belong to the room. * \param mRead * The event ID to set the read receipt location at. This is - * equivalent to calling ``/receipt/m.read/$elsewhere:domain.com`` + * equivalent to calling ``/receipt/m.read/$elsewhere:example.org`` * and is provided here to save that extra call. */ explicit SetReadMarkerJob(const QString& roomId, const QString& mFullyRead, const QString& mRead = {}); |