mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-22 04:39:19 +08:00
ws and push update
This commit is contained in:
parent
9594f6a2df
commit
c41fd248cc
@ -134,7 +134,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())
|
||||
@ -230,7 +231,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