diff --git a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift index 56bc1acf3..8ac24799c 100644 --- a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift @@ -647,7 +647,7 @@ private extension CloudKitAccountDelegate { } group.notify(queue: DispatchQueue.main) { - self.refreshArticleStatus(for: account) { _ in + self.sendArticleStatus(for: account) { _ in self.articlesZone.fetchChangesInZone() { _ in self.refreshProgress.completeTask() completion()