mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 01:04:05 +01:00
Merge pull request #2567 from jbennett/support-last-fetch-timestamp
Mark lastArticleFetchEndTime for article fetch
This commit is contained in:
commit
c4cfa5b57e
@ -96,6 +96,7 @@ final class FeedWranglerAccountDelegate: AccountDelegate {
|
||||
switch result {
|
||||
case .success:
|
||||
DispatchQueue.main.async {
|
||||
account.metadata.lastArticleFetchEndTime = Date()
|
||||
completion(.success(()))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user