Add sound to iOS notification
Some checks failed
Build Docker and Deploy / Build Docker Container (push) Failing after 42s
Build Docker and Deploy / Run Unit-Tests (push) Failing after 2m24s
Build Docker and Deploy / Deploy to Server (push) Has been skipped

This commit is contained in:
2025-12-03 16:37:21 +01:00
parent b521f74951
commit 26d2854617

View File

@@ -65,6 +65,7 @@ func (fb FirebaseConnector) SendNotification(ctx context.Context, user models.Us
"notification": gin.H{ "notification": gin.H{
"title": msg.Title, "title": msg.Title,
"body": msg.ShortContent(), "body": msg.ShortContent(),
"sound": "default"
}, },
"apns": gin.H{}, "apns": gin.H{},
} }