diff --git a/server/push/fcm/payload.go b/server/push/fcm/payload.go index 3debb6fd3..2f1a4effa 100644 --- a/server/push/fcm/payload.go +++ b/server/push/fcm/payload.go @@ -327,6 +327,7 @@ func apnsNotificationConfig(what, topic string, data map[string]string, unread i ContentAvailable: 1, MutableContent: 1, InterruptionLevel: interruptionLevel, + Sound: "default", ThreadID: topic, }