|
|
|
@ -69,10 +69,12 @@ func MsgToUser(pushMsg *pbPush.PushMsgReq) {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if pushMsg.MsgData.ContentType == constant.SignalingNotification {
|
|
|
|
|
if err := db.DB.HandleSignalInfo(pushMsg.OperationID, pushMsg.MsgData); err != nil {
|
|
|
|
|
log.NewError(pushMsg.OperationID, utils.GetSelfFuncName(), err.Error(), pushMsg.MsgData)
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//Use offline push messaging
|
|
|
|
|
var UIDList []string
|
|
|
|
|
UIDList = append(UIDList, pushMsg.PushToUserID)
|
|
|
|
|