diff --git a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift index f2787ba3b..b9155a566 100644 --- a/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Frameworks/Account/CloudKit/CloudKitAccountDelegate.swift @@ -490,6 +490,7 @@ private extension CloudKitAccountDelegate { switch result { case .success: self.refreshProgress.clear() + account.metadata.lastArticleFetchEndTime = Date() completion(.success(())) case .failure(let error): fail(error)