Skip to content

Commit

Permalink
push: fix platform field for FCM type
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Oct 30, 2024
1 parent 97cdda6 commit f98aea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (fpc *FCMPushConfig) GetPushConfigAttrs() waBinary.Attrs {
return waBinary.Attrs{
"id": fpc.Token,
"num_acc": 1,
"platform": "fcm",
"platform": "gcm",
}
}

Expand Down

0 comments on commit f98aea1

Please sign in to comment.