mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Fix a bug where Matrix RTC call notifications are removed immediately after display. (#7870)
This commit is contained in:
@@ -795,7 +795,7 @@ class NotificationService: UNNotificationServiceExtension {
|
||||
return Constants.callInviteNotificationCategoryIdentifier
|
||||
}
|
||||
|
||||
guard event.eventType == .roomMessage || event.eventType == .roomEncrypted else {
|
||||
guard event.eventType == .roomMessage || event.eventType == .roomEncrypted || event.eventType == .callNotify else {
|
||||
return Constants.toBeRemovedNotificationCategoryIdentifier
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user