Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup

This commit is contained in:
wangchuxiao 2022-06-16 12:36:00 +08:00
parent bc2a7b902e
commit b6634d26d1

View File

@ -65,6 +65,7 @@ func MsgToUser(pushMsg *pbPush.PushMsgReq) {
// save invitation info for offline push
if err := db.DB.HandleSignalInfo(pushMsg.OperationID, pushMsg.MsgData); err != nil {
log.NewError(pushMsg.OperationID, utils.GetSelfFuncName(), err.Error(), pushMsg.MsgData)
return
}
for _, v := range wsResult {
if v.ResultCode == 0 {