mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
The highlighted filter should include items in the archive
This commit is contained in:
parent
327ffd25cd
commit
b43fe1d8ed
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ public extension LinkedItemFilter {
|
|||
format: "highlights.@count > 0"
|
||||
)
|
||||
return NSCompoundPredicate(andPredicateWithSubpredicates: [
|
||||
hasHighlightsPredicate, notInArchivePredicate
|
||||
hasHighlightsPredicate
|
||||
])
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue