mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
conversation
This commit is contained in:
parent
7df211ca18
commit
3b4c8ad2f0
@ -219,7 +219,6 @@ func (m *Message) SendMessage(c *gin.Context) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.NewError(mcontext.GetOperationID(c), "SetSendMsgStatus failed")
|
log.NewError(mcontext.GetOperationID(c), "SetSendMsgStatus failed")
|
||||||
}
|
}
|
||||||
//resp := apistruct.ManagementSendMsgResp{ResultList: sdkws.UserSendMsgResp{ServerMsgID: respPb.ServerMsgID, ClientMsgID: respPb.ClientMsgID, SendTime: respPb.SendTime}}
|
|
||||||
apiresp.GinSuccess(c, respPb)
|
apiresp.GinSuccess(c, respPb)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user