From 07c8a8f1d469672be5196570608cf0d14b4d5b21 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 9 Feb 2021 10:38:39 +0100 Subject: Matrix: test: only show m.room.message types in room list description, sort room list by activity, improve initial sync time --- plugins/Matrix.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Matrix.hpp') 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; -- cgit v1.2.3