Rename deleteFeed to removeFeed to be more consistent with other API's

This commit is contained in:
Maurice Parker
2019-05-29 21:04:44 -05:00
parent 527e677934
commit 51284b5aa4
8 changed files with 15 additions and 25 deletions

View File

@@ -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)
}