rpc protocol update

This commit is contained in:
Gordon 2021-12-08 18:30:23 +08:00
parent 822f689c48
commit d2ce4192cc

View File

@ -223,6 +223,9 @@ func modifyMessageByUserMessageReceiveOpt(userID, sourceID string, sessionType i
case constant.NotReceiveMessage:
return false
case constant.ReceiveNotNotifyMessage:
if msg.Options == nil {
msg.Options = make(map[string]int32, 2)
}
utils.SetSwitchFromOptions(msg.Options, "offlinePush", 0)
return true
}