From 9db56f6db627ab16318a5a257a090fedd8502444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Wed, 3 Dec 2025 22:17:43 +0100 Subject: [PATCH] Revert "Add `sound` to iOS notification" This reverts commit 26d28546173a10dffc4cccc5c905cdb3d81835a7. --- scnserver/push/firebase.go | 1 - 1 file changed, 1 deletion(-) diff --git a/scnserver/push/firebase.go b/scnserver/push/firebase.go index 22b3733..dc4c973 100644 --- a/scnserver/push/firebase.go +++ b/scnserver/push/firebase.go @@ -65,7 +65,6 @@ func (fb FirebaseConnector) SendNotification(ctx context.Context, user models.Us "notification": gin.H{ "title": msg.Title, "body": msg.ShortContent(), - "sound": "default", }, "apns": gin.H{}, }