aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/presence.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-19 15:01:33 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-06-19 15:03:24 +0200
commite17764a1ae81393968dfb747c7b67353c109bc71 (patch)
treebbff0707ae3622e22c67d0cc310370eb5126ac7e /lib/csapi/presence.h
parentcbd107e595bbb78ef3411a4a92f66d495c6fc5b4 (diff)
downloadlibquotient-e17764a1ae81393968dfb747c7b67353c109bc71.tar.gz
libquotient-e17764a1ae81393968dfb747c7b67353c109bc71.zip
csapi/: generated using the latest GTAD and matrix-doc
For matrix-doc, specifically, it is master (5cb4b086) merged with https://github.com/matrix-org/matrix-doc/pull/2518.
Diffstat (limited to 'lib/csapi/presence.h')
-rw-r--r--lib/csapi/presence.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csapi/presence.h b/lib/csapi/presence.h
index b34028e7..a885bf4f 100644
--- a/lib/csapi/presence.h
+++ b/lib/csapi/presence.h
@@ -19,7 +19,6 @@ class SetPresenceJob : public BaseJob {
public:
/*! \brief Update this user's presence state.
*
- *
* \param userId
* The user whose presence state to update.
*
@@ -41,7 +40,6 @@ class GetPresenceJob : public BaseJob {
public:
/*! \brief Get this user's presence state.
*
- *
* \param userId
* The user whose presence state to get.
*/