diff --git a/Account/Sources/Account/CloudKit/CloudKitAccountDelegate.swift b/Account/Sources/Account/CloudKit/CloudKitAccountDelegate.swift index 71ea4da7a..c9716e984 100644 --- a/Account/Sources/Account/CloudKit/CloudKitAccountDelegate.swift +++ b/Account/Sources/Account/CloudKit/CloudKitAccountDelegate.swift @@ -194,6 +194,7 @@ final class CloudKitAccountDelegate: AccountDelegate { removeWebFeedFromCloud(for: account, with: feed, from: container) { result in switch result { case .success: + account.clearWebFeedMetadata(feed) container.removeWebFeed(feed) completion(.success(())) case .failure(let error):