aboutsummaryrefslogtreecommitdiff
path: root/room.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-09-15 18:43:29 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-09-21 20:59:14 +0900
commitd51e7a43736096eb2776acd99e1aab6deeb65667 (patch)
tree3b9044cae8de81ba05f8b71f097705daef480227 /room.h
parent4eeecd2cf3c9a33878974b93211b29df891ecc9a (diff)
downloadlibquotient-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/room.h b/room.h
index 5ea89418..393dced3 100644
--- a/room.h
+++ b/room.h
@@ -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);