summary refs log tree commit diff
path: root/include/Cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Cache.h')
-rw-r--r--include/Cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Cache.h b/include/Cache.h

index 78a35a65..1faf0677 100644 --- a/include/Cache.h +++ b/include/Cache.h
@@ -137,6 +137,7 @@ public: std::vector<std::string> joinedRooms(); QMap<QString, RoomInfo> roomInfo(bool withInvites = true); + std::map<QString, bool> invites(); //! Calculate & return the name of the room. QString getRoomName(lmdb::txn &txn, lmdb::dbi &statesdb, lmdb::dbi &membersdb);