Shim Mac interface to FeedRequestOperation until article filtering is enabled on the Mac.

This commit is contained in:
Maurice Parker 2019-11-22 09:43:42 -06:00
parent eea5d6f327
commit 387b867d71
1 changed files with 1 additions and 1 deletions

View File

@ -1000,7 +1000,7 @@ private extension TimelineViewController {
// if its been superseded by a newer fetch, or the timeline was emptied, etc., it wont get called.
precondition(Thread.isMainThread)
cancelPendingAsyncFetches()
let fetchOperation = FetchRequestOperation(id: fetchSerialNumber, readFilter: .none, representedObjects: representedObjects) { [weak self] (articles, operation) in
let fetchOperation = FetchRequestOperation(id: fetchSerialNumber, readFilter: false, representedObjects: representedObjects) { [weak self] (articles, operation) in
precondition(Thread.isMainThread)
guard !operation.isCanceled, let strongSelf = self, operation.id == strongSelf.fetchSerialNumber else {
return