aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-12-10 22:08:05 +0100
committerdec05eba <dec05eba@protonmail.com>2022-12-10 22:08:05 +0100
commitc567392a7a82040999e2a96b39084c900385ad57 (patch)
tree01ecbef1fe94760b5532390ed5d29adc0590477b /plugins
parentc16bb75c8890bbeb7d375beb110224ec0f14b115 (diff)
Matrix: show loading icon properly for sync, show notifications for first sync
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Matrix.hpp2
1 files changed, 1 insertions, 1 deletions
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();