summary refs log tree commit diff
path: root/include/RoomList.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-22 14:19:05 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-22 14:19:05 +0300
commit1642f3cf40154e6183b7eae031a40d89c7eba948 (patch)
treea45add2aa5bb43625ced920c37c4573209ae5a05 /include/RoomList.h
parentProperly clean stale invites (diff)
downloadnheko-1642f3cf40154e6183b7eae031a40d89c7eba948.tar.xz
Update invites in the UI after sync
Diffstat (limited to 'include/RoomList.h')
-rw-r--r--include/RoomList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/RoomList.h b/include/RoomList.h

index 53549cb4..a2df0380 100644 --- a/include/RoomList.h +++ b/include/RoomList.h
@@ -56,6 +56,7 @@ public: void setFilterRooms(bool filterRooms); void setRoomFilter(std::vector<QString> room_ids); void updateRoom(const QString &room_id, const RoomInfo &info); + void cleanupInvites(const std::map<QString, bool> &invites); signals: void roomChanged(const QString &room_id);