diff --git a/Frameworks/Account/Account.swift b/Frameworks/Account/Account.swift index 3801fd064..de2f85eb1 100644 --- a/Frameworks/Account/Account.swift +++ b/Frameworks/Account/Account.swift @@ -120,7 +120,7 @@ public final class Account: DisplayNameProvider, UnreadCountProvider, Container, private var flattenedFeedsNeedUpdate = true private let metadataPath: String - private var metadata = AccountMetadata() + var metadata = AccountMetadata() private var metadataDirty = false { didSet { queueSaveAccountMetadatafNeeded() diff --git a/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift b/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift index fe99d9ce0..e27a420a5 100644 --- a/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift +++ b/Frameworks/Account/Feedbin/FeedbinAccountDelegate.swift @@ -68,6 +68,7 @@ final class FeedbinAccountDelegate: AccountDelegate { func accountDidInitialize(_ account: Account) { credentials = try? account.retrieveBasicCredentials() + accountMetadata = account.metadata } } diff --git a/submodules/RSWeb b/submodules/RSWeb index 6debc2374..e57f3ee13 160000 --- a/submodules/RSWeb +++ b/submodules/RSWeb @@ -1 +1 @@ -Subproject commit 6debc23747ee7e8addc9e1a0547a7bf06239a3c9 +Subproject commit e57f3ee1317e67df87cf2f03e80d357a4795a341