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/kicking.h | |
parent | fd524590e3888ee5b4c0e25eb2138db4763dd0ec (diff) | |
download | libquotient-bea4a7c81769c7e241478e4b0b29c62f389bc957.tar.gz libquotient-bea4a7c81769c7e241478e4b0b29c62f389bc957.zip |
Update CS API
Diffstat (limited to 'lib/csapi/kicking.h')
-rw-r--r-- | lib/csapi/kicking.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/kicking.h b/lib/csapi/kicking.h index 5968187e..714079cf 100644 --- a/lib/csapi/kicking.h +++ b/lib/csapi/kicking.h @@ -29,7 +29,7 @@ namespace QMatrixClient * \param userId * The fully qualified user ID of the user being kicked. * \param reason - * The reason the user has been kicked. This will be supplied as the + * The reason the user has been kicked. This will be supplied as the * ``reason`` on the target's updated `m.room.member`_ event. */ explicit KickJob(const QString& roomId, const QString& userId, const QString& reason = {}); |