mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Automatically move rooms down in the list once they've been read
This commit is contained in:
parent
b2a6232eb3
commit
0153dc7a39
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ RoomList::updateUnreadMessageCount(const QString &roomid, int count, int highlig
|
||||||
rooms_[roomid]->updateUnreadMessageCount(count, highlightedCount);
|
rooms_[roomid]->updateUnreadMessageCount(count, highlightedCount);
|
||||||
|
|
||||||
calculateUnreadMessageCount();
|
calculateUnreadMessageCount();
|
||||||
|
|
||||||
|
sortRoomsByLastMessage();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue