From 02071aa486675ab521d180adbdc830bedb17ffa2 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 9 Feb 2021 12:12:10 +0100 Subject: Matrix: select first room on selection --- src/plugins/Matrix.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Matrix.cpp') diff --git a/src/plugins/Matrix.cpp b/src/plugins/Matrix.cpp index 051e951..b16b551 100644 --- a/src/plugins/Matrix.cpp +++ b/src/plugins/Matrix.cpp @@ -515,6 +515,7 @@ namespace QuickMedia { } // The event id in encrypted rooms contain the timestamp. Sort by that if possible. Such messages contain a colon. + // TODO: Test if this also works with construct and other homeservers Message *last_unread_message = nullptr; if(read_marker_message_timestamp != 0 && last_new_message->timestamp > read_marker_message_timestamp) -- cgit v1.2.3