summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-18 21:37:08 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-18 21:37:08 +0300
commitd88dee3185c8f2c1f32859e1ae7df832b6f10c98 (patch)
tree6470a40c035f6357bb9e8b6c146d1c5e7e768ab8 /include
parentFix crash on unfinished animation & center the edit modal (diff)
downloadnheko-d88dee3185c8f2c1f32859e1ae7df832b6f10c98.tar.xz
Refresh the room info on the top bar after sync
Diffstat (limited to 'include')
-rw-r--r--include/ChatPage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ChatPage.h b/include/ChatPage.h

index 799f7a2e..b6c431e4 100644 --- a/include/ChatPage.h +++ b/include/ChatPage.h
@@ -88,6 +88,7 @@ signals: void syncUI(const mtx::responses::Rooms &rooms); void continueSync(const QString &next_batch); void syncRoomlist(const std::map<QString, RoomInfo> &updates); + void syncTopBar(const std::map<QString, RoomInfo> &updates); private slots: void showUnreadMessageNotification(int count);