summary refs log tree commit diff
path: root/src/RoomList.h
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-01-25 02:43:54 +0000
committerredsky17 <joedonofry@gmail.com>2019-01-25 02:47:15 +0000
commit4185b8d1217d7e298256d9bc1bee6188f5ab208d (patch)
treef40aa90584b5adb5a8d880befba77b160e8c56b9 /src/RoomList.h
parentFix lambda capture error (diff)
downloadnheko-4185b8d1217d7e298256d9bc1bee6188f5ab208d.tar.xz
Add unread notification color for user mentioned
When user is mentioned (via matrix 'highlight_count'), inactive
rooms will use a different color for the notification circle than
when only general unread messages exist.
Diffstat (limited to 'src/RoomList.h')
-rw-r--r--src/RoomList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RoomList.h b/src/RoomList.h

index 88e6d1ad..155a969c 100644 --- a/src/RoomList.h +++ b/src/RoomList.h
@@ -68,7 +68,7 @@ signals: public slots: void updateRoomAvatar(const QString &roomid, const QPixmap &img); void highlightSelectedRoom(const QString &room_id); - void updateUnreadMessageCount(const QString &roomid, int count); + void updateUnreadMessageCount(const QString &roomid, int count, int highlightedCount); void updateRoomDescription(const QString &roomid, const DescInfo &info); void closeJoinRoomDialog(bool isJoining, QString roomAlias); void updateReadStatus(const std::map<QString, bool> &status);