diff --git a/apple/OmnivoreKit/Sources/Services/InternalModels/InternalFilter.swift b/apple/OmnivoreKit/Sources/Services/InternalModels/InternalFilter.swift index bd88280aa..17b30761a 100644 --- a/apple/OmnivoreKit/Sources/Services/InternalModels/InternalFilter.swift +++ b/apple/OmnivoreKit/Sources/Services/InternalModels/InternalFilter.swift @@ -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 ) ] }