fix: no sound and vibration for push notifications (MESSENGER-7257)

This commit is contained in:
Jan Niklas Grabowski
2025-05-27 16:13:46 +02:00
parent a512c53fd2
commit e876a7c25e

View File

@@ -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)
}