Skip to content

Commit f98aea1

Browse files
committed
push: fix platform field for FCM type
1 parent 97cdda6 commit f98aea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func (fpc *FCMPushConfig) GetPushConfigAttrs() waBinary.Attrs {
2626
return waBinary.Attrs{
2727
"id": fpc.Token,
2828
"num_acc": 1,
29-
"platform": "fcm",
29+
"platform": "gcm",
3030
}
3131
}
3232

0 commit comments

Comments
 (0)