Merge branch 'modify' of github.com:OpenIMSDK/Open-IM-Server into modify

# Conflicts:
#	pkg/proto/msg/msg.pb.go
This commit is contained in:
wangchuxiao
2022-12-12 19:53:04 +08:00
parent 112ce9b450
commit a662414b7f
4 changed files with 182 additions and 228 deletions
+1 -2
View File
@@ -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)
}