mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Always use the operation queue for fetches so that the tokens don't get out of whack
This commit is contained in:
@@ -804,7 +804,7 @@ private extension CloudKitAccountDelegate {
|
||||
self.sendArticleStatus(for: account, showProgress: true) { result in
|
||||
switch result {
|
||||
case .success:
|
||||
self.articlesZone.fetchChangesInZone() { _ in }
|
||||
self.refreshArticleStatus(for: account) { _ in }
|
||||
case .failure(let error):
|
||||
self.logger.error("CloudKit Feed send articles error: \(error.localizedDescription, privacy: .public)")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user