Refresh the room info on the top bar after sync

This commit is contained in:
Konstantinos Sideris 2018-05-18 21:37:08 +03:00
parent 4ab42c68f4
commit d88dee3185
2 changed files with 12 additions and 1 deletions

View file

@ -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);