add a protection from sync

sync3
Laurent 4 months ago
parent 47e0ea17aa
commit 678236c7fa
  1. 2
      LeStorage/StoreCenter.swift

@ -576,7 +576,7 @@ public class StoreCenter {
/// Basically asks the server for new content /// Basically asks the server for new content
public func synchronizeLastUpdates() async throws { public func synchronizeLastUpdates() async throws {
guard self.isAuthenticated else { guard self.isAuthenticated, self.useSynchronization else {
return return
} }

Loading…
Cancel
Save