From 06af9ef041672ea483bccb8813f28c6e32476d99 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Mon, 27 Apr 2020 23:22:49 -0500 Subject: [PATCH] Send the status records when creating a feed --- Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift index 1cd464b02..56bc1acf3 100644 --- a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift @@ -794,7 +794,7 @@ private extension CloudKitAccountDelegate { switch result { case .success(let articles): self.storeArticleChanges(new: articles, updated: Set
(), deleted: Set
()) { - self.refreshArticleStatus(for: account) { result in + self.sendArticleStatus(for: account) { result in switch result { case .success: self.articlesZone.fetchChangesInZone() { _ in