Skip to content

Commit

Permalink
Add sound to aps payload.
Browse files Browse the repository at this point in the history
  • Loading branch information
aforge committed Oct 22, 2022
1 parent e8802d5 commit 1aa7942
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/push/fcm/payload.go
Expand Up @@ -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,
}

Expand Down

0 comments on commit 1aa7942

Please sign in to comment.