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