diff --git a/Frameworks/Account/Account.swift b/Frameworks/Account/Account.swift index 20f07c257..47d63c9d8 100644 --- a/Frameworks/Account/Account.swift +++ b/Frameworks/Account/Account.swift @@ -354,10 +354,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container, return result } - if feedUnreadCount != feed.unreadCount { - assertionFailure("Expected feed.unreadCount \(feed.unreadCount) to equal number of fetched unread articles \(feedUnreadCount).") - feed.unreadCount = feedUnreadCount - } + feed.unreadCount = feedUnreadCount } public func fetchUnreadCountForToday(_ callback: @escaping (Int) -> Void) {