mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-05 01:25:58 +08:00
Merge branch 'modify' of github.com:OpenIMSDK/Open-IM-Server into modify
# Conflicts: # pkg/proto/msg/msg.pb.go
This commit is contained in:
@@ -197,8 +197,7 @@ func DeleteMessageReactionExtensions(c *gin.Context) {
|
||||
}
|
||||
resp.ErrCode = respPb.ErrCode
|
||||
resp.ErrMsg = respPb.ErrMsg
|
||||
resp.Data.FailedList = respPb.FailedList
|
||||
resp.Data.SuccessList = respPb.SuccessList
|
||||
resp.Data = respPb.Result
|
||||
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), resp)
|
||||
c.JSON(http.StatusOK, resp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user