aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-11-04 17:40:18 +0100
committerdec05eba <dec05eba@protonmail.com>2020-11-04 17:40:18 +0100
commit3dad7a548751b43b0e06e3bd6e869feec4c500f0 (patch)
tree65da48fc1ccc79ae8f4badae48b7ff6dbe009e7c /plugins
parentab81d68d7e9a8624dae1d5ad879f67aebb211069 (diff)
Matrix: do not post filter on first sync, show loading animation if sync cache is removed without login
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 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