diff --git a/Frameworks/Account/Account.swift b/Frameworks/Account/Account.swift index 7500eecae..8b8c7f277 100644 --- a/Frameworks/Account/Account.swift +++ b/Frameworks/Account/Account.swift @@ -506,9 +506,6 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container, @objc func displayNameDidChange(_ note: Notification) { - if let feed = note.object as? Feed, feed.account === self { - dirty = true - } if let folder = note.object as? Folder, folder.account === self { dirty = true }