mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 02:58:26 +08:00
Merge branch 'superGroup' of github.com:OpenIMSDK/Open-IM-Server into superGroup
This commit is contained in:
parent
bc2a7b902e
commit
b6634d26d1
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user