mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
fix: no sound and vibration for push notifications (MESSENGER-7257)
This commit is contained in:
@@ -471,6 +471,10 @@ class NotificationService: UNNotificationServiceExtension {
|
||||
return
|
||||
}
|
||||
|
||||
// BWI: #7257 fix no sound / vibration after pentest changes. Set default sound as backup for missing push rules
|
||||
content.sound = .default
|
||||
// BWI #7257 END
|
||||
|
||||
finishProcessing(forEventId: eventId, withContent: content)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user