diff --git a/Frameworks/Account/LocalAccount/LocalAccountRefresher.swift b/Frameworks/Account/LocalAccount/LocalAccountRefresher.swift index 4bba375c8..086371151 100644 --- a/Frameworks/Account/LocalAccount/LocalAccountRefresher.swift +++ b/Frameworks/Account/LocalAccount/LocalAccountRefresher.swift @@ -82,6 +82,7 @@ extension LocalAccountRefresher: DownloadSessionDelegate { } feed.contentHash = dataHash + feed.account?.dirty = true } } }