Create idsforMissingArticles function to replace FeedlyFetchIDsForMissingArticlesOperation.
This commit is contained in:
parent
d5f996768b
commit
1a99c955b0
@ -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)
|
// MARK: Suspend and Resume (for iOS)
|
||||||
|
|
||||||
/// Suspend all network activity
|
/// Suspend all network activity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user