diff --git a/Frameworks/Account/Account.swift b/Frameworks/Account/Account.swift index a32cad41d..9abc497d6 100644 --- a/Frameworks/Account/Account.swift +++ b/Frameworks/Account/Account.swift @@ -241,11 +241,12 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container, self.delegate = FeedlyAccountDelegate(dataFolder: dataFolder, transport: transport, api: FeedlyAccountDelegate.environment) case .feedWrangler: self.delegate = FeedWranglerAccountDelegate(dataFolder: dataFolder, transport: transport) - default: return nil } + self.delegate.accountMetadata = metadata + self.accountID = accountID self.type = type self.dataFolder = dataFolder