mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
ws and push update
This commit is contained in:
parent
14bfd78f63
commit
5af3ba9db6
@ -133,7 +133,8 @@ func MsgToUser(pushMsg *pbPush.PushMsgReq) {
|
||||
}
|
||||
}
|
||||
|
||||
//func MsgToSuperGroupUser(pushMsg *pbPush.PushMsgReq) {
|
||||
func MsgToSuperGroupUser(pushMsg *pbPush.PushMsgReq) {
|
||||
return
|
||||
//var wsResult []*pbRelay.SingelMsgToUserResultList
|
||||
//isOfflinePush := utils.GetSwitchFromOptions(pushMsg.MsgData.Options, constant.IsOfflinePush)
|
||||
//log.Debug(pushMsg.OperationID, "Get msg from msg_transfer And push msg", pushMsg.String())
|
||||
@ -229,7 +230,7 @@ func MsgToUser(pushMsg *pbPush.PushMsgReq) {
|
||||
// }
|
||||
//
|
||||
//}
|
||||
//}
|
||||
}
|
||||
|
||||
//func SendMsgByWS(m *pbChat.WSToMsgSvrChatMsg) {
|
||||
// m.MsgID = rpcChat.GetMsgID(m.SendID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user