summary refs log tree commit diff
path: root/src/timeline/RoomlistModel.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-06-26 01:48:16 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-06-26 01:48:16 +0200
commit11456106944b2381c16ed75bfa3cc2192899f9ed (patch)
tree1481f97fac9fe1456f1fc4faa02b787926875e9e /src/timeline/RoomlistModel.cpp
parentAdd an option to define new power levels (diff)
downloadnheko-11456106944b2381c16ed75bfa3cc2192899f9ed.tar.xz
Fix timestamps after loading
Diffstat (limited to 'src/timeline/RoomlistModel.cpp')
-rw-r--r--src/timeline/RoomlistModel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/RoomlistModel.cpp b/src/timeline/RoomlistModel.cpp

index bb2644f3..1cf16243 100644 --- a/src/timeline/RoomlistModel.cpp +++ b/src/timeline/RoomlistModel.cpp
@@ -298,6 +298,7 @@ RoomlistModel::addRoom(const QString &room_id, bool suppressInsertNotification) { Roles::HasLoudNotification, Roles::LastMessage, + Roles::Time, Roles::Timestamp, Roles::NotificationCount, Qt::DisplayRole,