Add an Unread filter to Following

This commit is contained in:
Jackson Harper
2024-05-03 09:20:44 +08:00
parent e4ae644c7d
commit 53f1ac17ff

View File

@ -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",