diff --git a/LeStorage/StoreCenter.swift b/LeStorage/StoreCenter.swift index f45f493..ead05f1 100644 --- a/LeStorage/StoreCenter.swift +++ b/LeStorage/StoreCenter.swift @@ -576,7 +576,7 @@ public class StoreCenter { /// Basically asks the server for new content public func synchronizeLastUpdates() async throws { - guard self.isAuthenticated else { + guard self.isAuthenticated, self.useSynchronization else { return }