From 68528e19c46946e1a7e03353893b59b2e2a49559 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 11 Nov 2022 21:01:10 +0100 Subject: Show unread mentions number at top of message --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 1744ce0..ac4487c 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -177,6 +177,7 @@ namespace QuickMedia { bool users_fetched = false; time_t last_read_message_timestamp = 0; std::shared_ptr body_item; + std::string latest_message; // These are messages fetched with |Matrix::get_message_by_id|. Needed to show replies, when replying to old message not part of /sync. // The value is nullptr if the message is fetched and cached but the event if referenced an invalid message. -- cgit v1.2.3