mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix bug where account unread counts weren't changing with async api calls
This commit is contained in:
@@ -720,6 +720,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container,
|
||||
}
|
||||
if let account = object as? Account, account === self {
|
||||
structureDidChange()
|
||||
updateUnreadCount()
|
||||
}
|
||||
if let folder = object as? Folder, folder.account === self {
|
||||
structureDidChange()
|
||||
|
||||
Reference in New Issue
Block a user