Revert "Add sound to iOS notification"
All checks were successful
Build Docker and Deploy / Build Docker Container (push) Successful in 1m9s
Build Docker and Deploy / Run Unit-Tests (push) Successful in 9m5s
Build Docker and Deploy / Deploy to Server (push) Successful in 7s

This reverts commit 26d2854617.
This commit is contained in:
2025-12-03 22:17:43 +01:00
parent 5e6060e537
commit 9db56f6db6

View File

@@ -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{},
}