This commit is contained in:
Gordon
2023-01-16 16:00:11 +08:00
parent e1147aff9e
commit ff917466eb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -324,6 +324,7 @@ func (rpc *rpcChat) AddMessageReactionExtensions(ctx context.Context, req *msg.A
rResp.Result = callbackResp.ResultReactionExtensionList
rResp.IsReact = callbackResp.IsReact
ExtendMessageAddedNotification(req.OperationID, req.OpUserID, req.SourceID, req.SessionType, req, &rResp, isHistory, false)
log.Debug(req.OperationID, utils.GetSelfFuncName(), "rpc return is:", resp.String())
return &rResp, nil
}