Skip to content
Snippets Groups Projects
Unverified Commit 0153dc7a authored by Emi Simpson's avatar Emi Simpson
Browse files

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

parent b2a6232e
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,8 @@ RoomList::updateUnreadMessageCount(const QString &roomid, int count, int highlig
rooms_[roomid]->updateUnreadMessageCount(count, highlightedCount);
calculateUnreadMessageCount();
sortRoomsByLastMessage();
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment