From f74948c29928fbf86874449feaac5c1894d395a1 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Tue, 4 Apr 2023 17:00:47 +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/push.ext.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gim/push.ext.proto b/gim/push.ext.proto index a444c2f..42df8d1 100644 --- a/gim/push.ext.proto +++ b/gim/push.ext.proto @@ -41,7 +41,8 @@ message UpdateGroupPush { string name = 3; // 群组名称 string avatar_url = 4; // 群组头像 string introduction = 5; // 群组简介 - string extra = 6; // 附加字段 + bool isUpdateIntroduction = 6; // 是否更新群组简介 + string extra = 7; // 附加字段 } // 添加群组成员 PC_AGREE_ADD_GROUPS = 120