Skip to content

Commit 1aa7942

Browse files
author
aforge
committed
Add sound to aps payload.
1 parent e8802d5 commit 1aa7942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/push/fcm/payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ func apnsNotificationConfig(what, topic string, data map[string]string, unread i
327327
ContentAvailable: 1,
328328
MutableContent: 1,
329329
InterruptionLevel: interruptionLevel,
330+
Sound: "default",
330331
ThreadID: topic,
331332
}
332333

0 commit comments

Comments
 (0)