mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 02:26:00 +08:00
fcm ios push badge
This commit is contained in:
@@ -90,6 +90,7 @@ func (f *Fcm) Push(accounts []string, title, detailContent, operationID string,
|
||||
}
|
||||
for _, token := range personTokens {
|
||||
temp := &messaging.Message{
|
||||
Data: map[string]string{"ex": opts.Data},
|
||||
Token: token,
|
||||
Notification: notification,
|
||||
APNS: apns,
|
||||
|
||||
Reference in New Issue
Block a user