Mark lastArticleFetchEndTime for article fetch

Fixes #2557
This commit is contained in:
Jonathan Bennett 2020-11-11 21:31:10 -05:00
parent b2b6876fda
commit 3bb61ea6c6
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ final class FeedWranglerAccountDelegate: AccountDelegate {
switch result {
case .success:
DispatchQueue.main.async {
account.metadata.lastArticleFetchEndTime = Date()
completion(.success(()))
}