diff --git a/Shared/SmartFeeds/SmartFeed.swift b/Shared/SmartFeeds/SmartFeed.swift index 87ce35602..9b6c1d484 100644 --- a/Shared/SmartFeeds/SmartFeed.swift +++ b/Shared/SmartFeeds/SmartFeed.swift @@ -45,7 +45,7 @@ final class SmartFeed: PseudoFeed { } @objc func unreadCountDidChange(_ note: Notification) { - if note.object is Account { + if note.object is AppDelegate { queueFetchUnreadCounts() } }