aboutsummaryrefslogtreecommitdiff
path: root/room.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2016-04-10 18:08:29 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2016-05-02 19:11:08 +0900
commit107b6fc4fc91d2cde3fc3d6ac4c532f1ef986e89 (patch)
treec09aff5984d506260c533f23658d3dbf2ef0924e /room.h
parentfb45e26b8ba9b5495e723cded3b6420b20b39b37 (diff)
downloadlibquotient-107b6fc4fc91d2cde3fc3d6ac4c532f1ef986e89.tar.gz
libquotient-107b6fc4fc91d2cde3fc3d6ac4c532f1ef986e89.zip
Store left room members as well.
In particular, this will be needed to render room names according to the CS spec.
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 c4993f7a..fd49f2ef 100644
--- a/room.h
+++ b/room.h
@@ -49,6 +49,7 @@ namespace QMatrixClient
Q_INVOKABLE QString topic() const;
Q_INVOKABLE JoinState joinState() const;
Q_INVOKABLE QList<User*> usersTyping() const;
+ QList<User*> membersLeft() const;
Q_INVOKABLE QList<User*> users() const;