mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 02:58:26 +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,
|
OperationID: msg.OperationID,
|
||||||
|
|
||||||
},
|
},
|
||||||
GroupMsg: cbApi.GroupMsg{
|
//GroupMsg: cbApi.GroupMsg{
|
||||||
Msg: cbApi.Msg{
|
// Msg: cbApi.Msg{
|
||||||
SendID: msg.MsgData.
|
// SendID: msg.MsgData.
|
||||||
},
|
// },
|
||||||
GroupID: msg.MsgData.GroupID,
|
// GroupID: msg.MsgData.GroupID,
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
resp := &cbApi.CallbackAfterSendGroupMsgResp{CommonCallbackResp: cbApi.CommonCallbackResp{}}
|
resp := &cbApi.CallbackAfterSendGroupMsgResp{CommonCallbackResp: cbApi.CommonCallbackResp{}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user