ws and push update

pull/236/head
Gordon 2 years ago
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 //var wsResult []*pbRelay.SingelMsgToUserResultList
//isOfflinePush := utils.GetSwitchFromOptions(pushMsg.MsgData.Options, constant.IsOfflinePush) //isOfflinePush := utils.GetSwitchFromOptions(pushMsg.MsgData.Options, constant.IsOfflinePush)
//log.Debug(pushMsg.OperationID, "Get msg from msg_transfer And push msg", pushMsg.String()) //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) { //func SendMsgByWS(m *pbChat.WSToMsgSvrChatMsg) {
// m.MsgID = rpcChat.GetMsgID(m.SendID) // m.MsgID = rpcChat.GetMsgID(m.SendID)

Loading…
Cancel
Save