We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d467c9 commit b334c66Copy full SHA for b334c66
src/component/internal.ts
@@ -154,7 +154,7 @@ export const coordinateSendingPushNotifications = internalMutation({
154
expiration: n.metadata.expiration ?? undefined,
155
priority: n.metadata.priority ?? undefined,
156
subtitle: n.metadata.subtitle ?? undefined,
157
- sound: n.metadata.sound ?? "default",
+ sound: n.metadata.sound ?? undefined,
158
badge: n.metadata.badge ?? undefined,
159
interruptionLevel: n.metadata.interruptionLevel ?? undefined,
160
channelId: n.metadata.channelId ?? undefined,
0 commit comments