mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-06 10:05:58 +08:00
alter callback fg
This commit is contained in:
@@ -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{}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user