From 5b0527ca9ffe6a9cf2adf8c6142bd6d5e5a9d949 Mon Sep 17 00:00:00 2001 From: Alen Date: Sun, 18 Aug 2024 18:49:46 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"perf:=20API=E4=BC=98=E5=8C=96"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 85e5bd826d171db9fec72274c44ac8f103722f8e. --- src/common/framework/event-legacy.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common/framework/event-legacy.ts b/src/common/framework/event-legacy.ts index 66092943..136ead80 100644 --- a/src/common/framework/event-legacy.ts +++ b/src/common/framework/event-legacy.ts @@ -232,11 +232,6 @@ export class LegacyNTEventWrapper { this.createListenerFunction(ListenerMainName); const EventFunc = this.createEventFunction(EventName); retEvent = await EventFunc!(...(args as any[])); - // 120271006: TaskGetGroupMemberList 0x899_EMPTY_RSP_BODY 查找群内不存在的成员返回 - if (typeof retEvent === 'object' && retEvent?.result !== 0) { - clearTimeout(Timeouter); - databack(); - }; }, ); }