From cfba7c1586db70dfaee7dce5dc7cd7454978d3be Mon Sep 17 00:00:00 2001 From: Cbgogogog <1293543528@qq.com> Date: Tue, 19 Dec 2023 23:24:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform/sts/sts.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/sts/sts.proto b/platform/sts/sts.proto index c026b42..a7ec6e6 100644 --- a/platform/sts/sts.proto +++ b/platform/sts/sts.proto @@ -107,6 +107,7 @@ message SendMessageReq { string sourceContent = 4; string commentText = 5; int64 createAt = 6; + basic.UserMeta user = 7; } message SendMessageResp {