mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Clear webbed metadata when deleting an iCloud webfeed
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user