mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Refactor PushRulesUpdater
This commit is contained in:
+1
-1
@@ -294,7 +294,7 @@ private extension NotificationSettingsViewModel {
|
||||
}
|
||||
}
|
||||
|
||||
private extension NotificationPushRuleId {
|
||||
extension NotificationPushRuleId {
|
||||
func syncedRules(in rules: [NotificationPushRuleType]) -> [NotificationPushRuleType] {
|
||||
rules.filter {
|
||||
guard let ruleId = NotificationPushRuleId(rawValue: $0.ruleId) else {
|
||||
|
||||
Reference in New Issue
Block a user