mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Add missing NotificationPushRuleIds
This commit is contained in:
+2
-2
@@ -42,7 +42,7 @@ extension NotificationPushRuleId {
|
||||
case .silent: return .notify
|
||||
case .noisy: return .highlight
|
||||
}
|
||||
case .oneToOneRoom, .msc3930oneToOnePollStart, .msc3930oneToOnePollEnd:
|
||||
case .oneToOneRoom, .oneToOnePollStart, .msc3930oneToOnePollStart, .oneToOnePollEnd, .msc3930oneToOnePollEnd:
|
||||
switch index {
|
||||
case .off: return .dontNotify
|
||||
case .silent: return .notify
|
||||
@@ -54,7 +54,7 @@ extension NotificationPushRuleId {
|
||||
case .silent: return .notify
|
||||
case .noisy: return .notifyDefaultSound
|
||||
}
|
||||
case .allOtherMessages, .msc3930pollStart, .msc3930pollEnd:
|
||||
case .allOtherMessages, .pollStart, .msc3930pollStart, .pollEnd, .msc3930pollEnd:
|
||||
switch index {
|
||||
case .off: return .dontNotify
|
||||
case .silent: return .notify
|
||||
|
||||
Reference in New Issue
Block a user