From 48350be625de1d1985c56e5ba4f193e981a17b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Wed, 4 Sep 2024 18:05:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=9B=E4=B8=80=E6=AD=A5=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/apis/group.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/apis/group.ts b/src/core/apis/group.ts index 0fbdc2fc..d4e02c8f 100644 --- a/src/core/apis/group.ts +++ b/src/core/apis/group.ts @@ -247,7 +247,7 @@ export class NTQQGroupApi { 'NodeIKernelGroupListener/onMemberInfoChange', 1, forced ? 5000 : 250, - (params) => params === GroupCode, + (params, _, members) => params === GroupCode && members.size > 0, ); const retData = await ( this.core.eventWrapper