From 489532320074b9974caa8dd42028718c2e0545fd Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Thu, 7 Jul 2022 07:51:40 +0800 Subject: [PATCH] fix bug --- pkg/common/constant/constant.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg/common/constant/constant.go b/pkg/common/constant/constant.go index fdb1dcb83..85de2cb39 100644 --- a/pkg/common/constant/constant.go +++ b/pkg/common/constant/constant.go @@ -161,9 +161,10 @@ const ( GroupStatusMuted = 3 //GroupType - NormalGroup = 0 - SuperGroup = 1 - DepartmentGroup = 2 + NormalGroup = 0 + SuperGroup = 1 + WorkingGroup = 2 + // DepartmentGroup = 2 GroupBaned = 3 GroupBanPrivateChat = 4