mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Use decrypted call invite events for VoIP pushes
This commit is contained in:
@@ -586,7 +586,11 @@ class NotificationService: UNNotificationServiceExtension {
|
||||
return
|
||||
}
|
||||
|
||||
pushNotificationStore.lastCallInvite = event
|
||||
if event.isEncrypted {
|
||||
pushNotificationStore.lastCallInvite = event.clear
|
||||
} else {
|
||||
pushNotificationStore.lastCallInvite = event
|
||||
}
|
||||
|
||||
ongoingVoIPPushRequests[event.eventId] = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user