mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add newsletter filter
This commit is contained in:
parent
bf94c17ac5
commit
cc7ecdb2f5
1 changed files with 9 additions and 0 deletions
|
|
@ -147,6 +147,15 @@ public struct InternalFilter: Encodable, Identifiable, Hashable, Equatable {
|
|||
visible: true,
|
||||
position: 2,
|
||||
defaultFilter: true
|
||||
),
|
||||
InternalFilter(
|
||||
id: "newsletters",
|
||||
name: "Newsletters",
|
||||
folder: "following",
|
||||
filter: "in:following label:Newsletter",
|
||||
visible: true,
|
||||
position: 3,
|
||||
defaultFilter: true
|
||||
)
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue