reaction message add expiration

This commit is contained in:
Gordon
2022-12-12 16:52:36 +08:00
parent 84df956293
commit 2b0a997573
4 changed files with 11 additions and 3 deletions
+3 -1
View File
@@ -57,7 +57,9 @@ func SetMessageReactionExtensions(c *gin.Context) {
}
resp.ErrCode = respPb.ErrCode
resp.ErrMsg = respPb.ErrMsg
resp.Data = respPb.Result
resp.Data.ResultKeyValue = respPb.Result
resp.Data.MsgFirstModifyTime = reqPb.MsgFirstModifyTime
resp.Data.IsReact = reqPb.IsReact
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), resp)
c.JSON(http.StatusOK, resp)