FF to enable filtering notifications by push rules (#1412)

* filtering notification by push rules

* changelog

* Apply suggestions from code review

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>

---------

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
Mauro
2023-07-27 16:12:52 +02:00
committed by GitHub
parent 232a33626a
commit ec92cfeecb
8 changed files with 24 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ protocol DeveloperOptionsProtocol: AnyObject {
var notificationSettingsEnabled: Bool { get set }
var swiftUITimelineEnabled: Bool { get set }
var pollsInTimelineEnabled: Bool { get set }
var filterNotificationsByPushRulesEnabled: Bool { get set }
}
extension AppSettings: DeveloperOptionsProtocol { }