Merge pull request #2567 from jbennett/support-last-fetch-timestamp

Mark lastArticleFetchEndTime for article fetch
This commit is contained in:
Maurice Parker 2020-11-11 20:41:04 -06:00 committed by GitHub
commit c4cfa5b57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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(()))
}