Add an Unread filter to Following
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user