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

image-modal-download
Emi Simpson 5 years ago
parent b2a6232eb3
commit 0153dc7a39
No known key found for this signature in database
GPG Key ID: 68FAB2E2E6DFC98B
  1. 2
      src/RoomList.cpp

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

Loading…
Cancel
Save