mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rename deleteFeed to removeFeed to be more consistent with other API's
This commit is contained in:
@@ -136,7 +136,7 @@ private struct SidebarItemSpecifier {
|
||||
|
||||
if let feed = feed {
|
||||
BatchUpdate.shared.start()
|
||||
account?.deleteFeed(feed, from: path.resolveContainer()) { result in
|
||||
account?.removeFeed(feed, from: path.resolveContainer()) { result in
|
||||
BatchUpdate.shared.end()
|
||||
self.checkResult(result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user