From c567392a7a82040999e2a96b39084c900385ad57 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 10 Dec 2022 22:08:05 +0100 Subject: Matrix: show loading icon properly for sync, show notifications for first sync --- plugins/Matrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Matrix.hpp') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index e0e789e..0a2092c 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -778,7 +778,7 @@ namespace QuickMedia { bool set_invite(const std::string &room_id, Invite invite); // Returns true if an invite for |room_id| exists bool remove_invite(const std::string &room_id); - void set_next_batch(std::string new_next_batch); + void set_next_batch(std::string new_next_batch, bool set_initial_sync); std::string get_next_batch(); void set_next_notifications_token(std::string new_next_token); std::string get_next_notifications_token(); -- cgit v1.2.3