aboutsummaryrefslogtreecommitdiff
path: root/plugins/Matrix.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-02-09 10:38:39 +0100
committerdec05eba <dec05eba@protonmail.com>2021-02-09 10:38:39 +0100
commit07c8a8f1d469672be5196570608cf0d14b4d5b21 (patch)
tree56f42cec6c6d4a121cb5edfa9dd7a3809617ce3c /plugins/Matrix.hpp
parent34fd966273c4544e4f58fe1b88fc8ea4bbd2b52d (diff)
Matrix: test: only show m.room.message types in room list description, sort room list by activity, improve initial sync time
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 df8fa43..09500a6 100644
--- a/plugins/Matrix.hpp
+++ b/plugins/Matrix.hpp
@@ -147,6 +147,7 @@ namespace QuickMedia {
bool pinned_events_updated = false;
bool name_is_fallback = false;
bool avatar_is_fallback = false;
+ std::atomic_int64_t last_message_timestamp = 0;
std::atomic_int unread_notification_count = 0;