mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix bug that prevented http caching from working
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -68,6 +68,7 @@ final class FeedbinAccountDelegate: AccountDelegate {
|
||||
|
||||
func accountDidInitialize(_ account: Account) {
|
||||
credentials = try? account.retrieveBasicCredentials()
|
||||
accountMetadata = account.metadata
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Submodule submodules/RSWeb updated: 6debc23747...e57f3ee131
Reference in New Issue
Block a user