Merge pull request #1720 from omnivore-app/fix/ios-highlighted-filter

The highlighted filter should include items in the archive
This commit is contained in:
Jackson Harper 2023-01-27 10:53:07 +08:00 committed by GitHub
commit 5e615b5947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ public extension LinkedItemFilter {
format: "highlights.@count > 0"
)
return NSCompoundPredicate(andPredicateWithSubpredicates: [
hasHighlightsPredicate, notInArchivePredicate
hasHighlightsPredicate
])
}
}