mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add an Unread filter to Following
This commit is contained in:
parent
e4ae644c7d
commit
53f1ac17ff
1 changed files with 9 additions and 0 deletions
|
|
@ -175,6 +175,15 @@ public struct InternalFilter: Encodable, Identifiable, Hashable, Equatable {
|
|||
position: 10,
|
||||
defaultFilter: true
|
||||
),
|
||||
InternalFilter(
|
||||
id: "following_unread",
|
||||
name: "Unread",
|
||||
folder: "following",
|
||||
filter: "in:following is:unread",
|
||||
visible: true,
|
||||
position: 11,
|
||||
defaultFilter: true
|
||||
),
|
||||
InternalFilter(
|
||||
id: "rss",
|
||||
name: "Feeds",
|
||||
|
|
|
|||
Loading…
Reference in a new issue