Sort the room list

This commit is contained in:
Nicolas Werner 2021-05-22 00:57:14 +02:00
parent cd67046f60
commit beeb60e4a1
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
6 changed files with 120 additions and 9 deletions

View file

@ -318,6 +318,8 @@ TimelineModel::TimelineModel(TimelineViewManager *manager, QString room_id, QObj
, room_id_(room_id)
, manager_(manager)
{
lastMessage_.timestamp = 0;
connect(
this,
&TimelineModel::redactionFailed,