aboutsummaryrefslogtreecommitdiff
path: root/plugins/Matrix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Matrix.hpp')
-rw-r--r--plugins/Matrix.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp
index e4e1583..0248e09 100644
--- a/plugins/Matrix.hpp
+++ b/plugins/Matrix.hpp
@@ -250,6 +250,7 @@ namespace QuickMedia {
std::mutex pending_room_messages_mutex;
std::unordered_map<RoomData*, std::vector<Notification>> unread_notifications;
+ std::map<RoomData*, std::shared_ptr<Message>> last_message_by_room;
};
class MatrixRoomsPage : public Page {