Refresh the room info on the top bar after sync
This commit is contained in:
parent
4ab42c68f4
commit
d88dee3185
2 changed files with 12 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue