mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 18:36:19 +08:00
Merge remote-tracking branch 'origin/tuoyun' into tuoyun
This commit is contained in:
commit
1355fa0636
@ -262,8 +262,8 @@ func Notification(n *NotificationMsg) {
|
|||||||
if true {
|
if true {
|
||||||
msg.Options = make(map[string]bool, 10)
|
msg.Options = make(map[string]bool, 10)
|
||||||
//utils.SetSwitchFromOptions(msg.Options, constant.IsOfflinePush, false)
|
//utils.SetSwitchFromOptions(msg.Options, constant.IsOfflinePush, false)
|
||||||
utils.SetSwitchFromOptions(msg.Options, constant.IsHistory, false)
|
//utils.SetSwitchFromOptions(msg.Options, constant.IsHistory, false)
|
||||||
utils.SetSwitchFromOptions(msg.Options, constant.IsPersistent, false)
|
//utils.SetSwitchFromOptions(msg.Options, constant.IsPersistent, false)
|
||||||
}
|
}
|
||||||
offlineInfo.IOSBadgeCount = config.Config.IOSPush.BadgeCount
|
offlineInfo.IOSBadgeCount = config.Config.IOSPush.BadgeCount
|
||||||
offlineInfo.IOSPushSound = config.Config.IOSPush.PushSound
|
offlineInfo.IOSPushSound = config.Config.IOSPush.PushSound
|
||||||
|
Loading…
x
Reference in New Issue
Block a user