From 675f3e02298533b9e9fc7bfc64e7fbc4d300fbeb Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Thu, 6 Apr 2023 19:25:01 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E6=92=A4=E5=9B=9E=E6=B6=88=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gim/logic.ext.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/gim/logic.ext.proto b/gim/logic.ext.proto index 32828b9..b0a32cb 100644 --- a/gim/logic.ext.proto +++ b/gim/logic.ext.proto @@ -240,6 +240,7 @@ message GroupMember { MemberType member_type = 6; // 成员类型 string remarks = 7; // 备注 string extra = 8; // 群组成员附加字段 + int32 status = 9; // 状态 } message SetGroupMemberBannedReq {