diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-09-15 18:43:29 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-09-21 20:59:14 +0900 |
commit | d51e7a43736096eb2776acd99e1aab6deeb65667 (patch) | |
tree | 3b9044cae8de81ba05f8b71f097705daef480227 /room.h | |
parent | 4eeecd2cf3c9a33878974b93211b29df891ecc9a (diff) | |
download | libquotient-d51e7a43736096eb2776acd99e1aab6deeb65667.tar.gz libquotient-d51e7a43736096eb2776acd99e1aab6deeb65667.zip |
jobs: SetRoomStateJob (with or without state key); setting room topic
Diffstat (limited to 'room.h')
-rw-r--r-- | room.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -153,6 +153,7 @@ namespace QMatrixClient void postMessage(RoomMessageEvent* event); /** @deprecated */ void postMessage(const QString& type, const QString& plainText); + void setTopic(const QString& newTopic); void getPreviousContent(int limit = 10); |