From 3dad7a548751b43b0e06e3bd6e869feec4c500f0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 4 Nov 2020 17:40:18 +0100 Subject: Matrix: do not post filter on first sync, show loading animation if sync cache is removed without login --- plugins/Matrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index b7163d7..78725a5 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -393,7 +393,7 @@ namespace QuickMedia { class Matrix { public: - void start_sync(MatrixDelegate *delegate); + void start_sync(MatrixDelegate *delegate, bool &cached); void stop_sync(); bool is_initial_sync_finished() const; // Returns true if initial sync failed, and |err_msg| is set to the error reason in that case -- cgit v1.2.3