aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/read_markers.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-11-23 19:20:00 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-11-23 19:24:30 +0900
commitbea4a7c81769c7e241478e4b0b29c62f389bc957 (patch)
tree6188d828027b9daa76f79ebad70158a95db49a04 /lib/csapi/read_markers.h
parentfd524590e3888ee5b4c0e25eb2138db4763dd0ec (diff)
downloadlibquotient-bea4a7c81769c7e241478e4b0b29c62f389bc957.tar.gz
libquotient-bea4a7c81769c7e241478e4b0b29c62f389bc957.zip
Update CS API
Diffstat (limited to 'lib/csapi/read_markers.h')
-rw-r--r--lib/csapi/read_markers.h2
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 = {});