mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 18:36:19 +08:00
pb file
This commit is contained in:
parent
2fbe6102cd
commit
70b326ff07
@ -112,7 +112,11 @@ func (ws *WServer) pullMsgResp(conn *UserConn, m *Req, pb *pbChat.PullMessageRes
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.NewError(m.OperationID, "SingleUserMsg,json Unmarshal,err", err.Error())
|
log.NewError(m.OperationID, "SingleUserMsg,json Unmarshal,err", err.Error())
|
||||||
}
|
}
|
||||||
c, _ := proto.Marshal(&mReplyData)
|
|
||||||
|
c, err := proto.Marshal(&mReplyData)
|
||||||
|
if err != nil {
|
||||||
|
log.NewError(m.OperationID, "mReplyData,json marshal,err", err.Error())
|
||||||
|
}
|
||||||
mReply := Resp{
|
mReply := Resp{
|
||||||
ReqIdentifier: m.ReqIdentifier,
|
ReqIdentifier: m.ReqIdentifier,
|
||||||
MsgIncr: m.MsgIncr,
|
MsgIncr: m.MsgIncr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user