Merge remote-tracking branch 'refs/remotes/origin/main'

sync3
Razmig Sarkissian 3 months ago
commit a972f48885
  1. 2
      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
}

Loading…
Cancel
Save