From d88dee3185c8f2c1f32859e1ae7df832b6f10c98 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Fri, 18 May 2018 21:37:08 +0300 Subject: Refresh the room info on the top bar after sync --- include/ChatPage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 &updates); + void syncTopBar(const std::map &updates); private slots: void showUnreadMessageNotification(int count); -- cgit 1.5.1