mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
fix bug
This commit is contained in:
parent
c171728749
commit
5f813c6f70
@ -44,6 +44,7 @@ func (r *RPCServer) GetSingleUserMsgForPushPlatforms(operationID string, msgData
|
||||
}
|
||||
|
||||
func (r *RPCServer) GetSingleUserMsgForPush(operationID string, msgData *sdk_ws.MsgData, pushToUserID string, platformID int) []*sdk_ws.MsgData {
|
||||
msgData.MsgDataList = nil
|
||||
return []*sdk_ws.MsgData{msgData}
|
||||
|
||||
userConn := ws.getUserConn(pushToUserID, platformID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user