diff --git a/Account/Sources/Account/WebFeed.swift b/Account/Sources/Account/WebFeed.swift index d49e7a938..9fddbb5eb 100644 --- a/Account/Sources/Account/WebFeed.swift +++ b/Account/Sources/Account/WebFeed.swift @@ -77,7 +77,13 @@ public final class WebFeed: Feed, Renamable, Hashable { } } - public var name: String? + public var name: String? { + didSet { + if name != oldValue { + postDisplayNameDidChangeNotification() + } + } + } public var authors: Set? { get {