From 537d1c6f4fc1bc0fc13c96e2e3cd5daa6da70b8b Mon Sep 17 00:00:00 2001 From: Alen Date: Sat, 7 Sep 2024 19:54:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BE=A4=E6=88=90=E5=91=98=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=8E=B7=E5=8F=96?= 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 6d80090e..363483a4 100644 --- a/src/core/apis/group.ts +++ b/src/core/apis/group.ts @@ -292,7 +292,7 @@ export class NTQQGroupApi { const listener = this.core.eventWrapper.registerListen( 'NodeIKernelGroupListener/onMemberListChange', 1, - 500, + 5000, (params) => params.sceneId === sceneId, ); try {