aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
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();