@ -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
}