mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
alter callback fg
This commit is contained in:
parent
2ed3fd3cba
commit
9f80e0a0e6
@ -88,12 +88,12 @@ func callbackAfterSendGroupMsg(msg *pbChat.SendMsgReq) error {
|
||||
OperationID: msg.OperationID,
|
||||
|
||||
},
|
||||
GroupMsg: cbApi.GroupMsg{
|
||||
Msg: cbApi.Msg{
|
||||
SendID: msg.MsgData.
|
||||
},
|
||||
GroupID: msg.MsgData.GroupID,
|
||||
}
|
||||
//GroupMsg: cbApi.GroupMsg{
|
||||
// Msg: cbApi.Msg{
|
||||
// SendID: msg.MsgData.
|
||||
// },
|
||||
// GroupID: msg.MsgData.GroupID,
|
||||
//}
|
||||
}
|
||||
resp := &cbApi.CallbackAfterSendGroupMsgResp{CommonCallbackResp: cbApi.CommonCallbackResp{}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user