Automatically move rooms down in the list once they've been read

This commit is contained in:
Emi Simpson 2020-03-13 20:52:42 -04:00
parent b2a6232eb3
commit 0153dc7a39
No known key found for this signature in database
GPG Key ID: 68FAB2E2E6DFC98B
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ RoomList::updateUnreadMessageCount(const QString &roomid, int count, int highlig
rooms_[roomid]->updateUnreadMessageCount(count, highlightedCount);
calculateUnreadMessageCount();
sortRoomsByLastMessage();
}
void