Continue renaming webFeed to just feed.

This commit is contained in:
Brent Simmons
2023-07-05 14:34:48 -07:00
parent 8eca24e46f
commit 422edff746
25 changed files with 201 additions and 201 deletions

View File

@@ -525,7 +525,7 @@ final class SceneCoordinator: NSObject, UndoableCommandRunner, Logging {
}
@objc func accountDidDownloadArticles(_ note: Notification) {
guard let feeds = note.userInfo?[Account.UserInfoKey.webFeeds] as? Set<Feed> else {
guard let feeds = note.userInfo?[Account.UserInfoKey.feeds] as? Set<Feed> else {
return
}