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 97cdda6 commit f98aea1Copy full SHA for f98aea1
push.go
@@ -26,7 +26,7 @@ func (fpc *FCMPushConfig) GetPushConfigAttrs() waBinary.Attrs {
26
return waBinary.Attrs{
27
"id": fpc.Token,
28
"num_acc": 1,
29
- "platform": "fcm",
+ "platform": "gcm",
30
}
31
32
0 commit comments