diff --git a/Frameworks/Account/WebFeed.swift b/Frameworks/Account/WebFeed.swift index 757d31e6e..8fd7d0e7c 100644 --- a/Frameworks/Account/WebFeed.swift +++ b/Frameworks/Account/WebFeed.swift @@ -232,7 +232,6 @@ public final class WebFeed: Feed, Renamable, Hashable { public func hash(into hasher: inout Hasher) { hasher.combine(webFeedID) - hasher.combine(accountID) } // MARK: - Equatable