diff --git a/gim/logic.ext.proto b/gim/logic.ext.proto index cd71a4d..6c125e9 100644 --- a/gim/logic.ext.proto +++ b/gim/logic.ext.proto @@ -183,6 +183,7 @@ message GetGroupReq { message GetGroupResp { Group group = 1; MemberType member_type = 2; + GroupUserStatusType group_user_status_type = 3; } message Group {