mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Create idsforMissingArticles function to replace FeedlyFetchIDsForMissingArticlesOperation.
This commit is contained in:
@@ -821,6 +821,15 @@ final class FeedlyAccountDelegate: AccountDelegate {
|
||||
}
|
||||
}
|
||||
|
||||
func idsforMissingArticles() async throws -> Set<String>? {
|
||||
|
||||
// To replace FeedlyFetchIDsForMissingArticlesOperation
|
||||
|
||||
guard let account else { return nil }
|
||||
|
||||
return try await account.fetchArticleIDsForStatusesWithoutArticlesNewerThanCutoffDate()
|
||||
}
|
||||
|
||||
// MARK: Suspend and Resume (for iOS)
|
||||
|
||||
/// Suspend all network activity
|
||||
|
||||
Reference in New Issue
Block a user