From 26d28546173a10dffc4cccc5c905cdb3d81835a7 Mon Sep 17 00:00:00 2001 From: Andreas Higel Date: Wed, 3 Dec 2025 16:37:21 +0100 Subject: [PATCH] Add `sound` to iOS notification --- scnserver/push/firebase.go | 1 + 1 file changed, 1 insertion(+) diff --git a/scnserver/push/firebase.go b/scnserver/push/firebase.go index dc4c973..fc72ca5 100644 --- a/scnserver/push/firebase.go +++ b/scnserver/push/firebase.go @@ -65,6 +65,7 @@ func (fb FirebaseConnector) SendNotification(ctx context.Context, user models.Us "notification": gin.H{ "title": msg.Title, "body": msg.ShortContent(), + "sound": "default" }, "apns": gin.H{}, }