summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/timeline/RoomlistModel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/timeline/RoomlistModel.cpp b/src/timeline/RoomlistModel.cpp

index 181c2136..82b3fc3d 100644 --- a/src/timeline/RoomlistModel.cpp +++ b/src/timeline/RoomlistModel.cpp
@@ -796,9 +796,9 @@ RoomlistModel::setCurrentRoom(const QString &roomid) namespace { enum NotificationImportance : short { - ImportanceDisabled = -3, - NoPreview = -2, - Preview = -1, + NoPreview = -3, + Preview = -2, + ImportanceDisabled = -1, AllEventsRead = 0, NewMessage = 1, NewMentions = 2,