mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
Revert "perf: API优化"
This reverts commit 1cc9d501ab5f719b07cb12ba0d204a867136c8ad.
This commit is contained in:
parent
1cc9d501ab
commit
a6a3d71155
@ -232,11 +232,6 @@ export class LegacyNTEventWrapper {
|
||||
this.createListenerFunction(ListenerMainName);
|
||||
const EventFunc = this.createEventFunction<EventType>(EventName);
|
||||
retEvent = await EventFunc!(...(args as any[]));
|
||||
// 120271006: TaskGetGroupMemberList 0x899_EMPTY_RSP_BODY 查找群内不存在的成员返回
|
||||
if (typeof retEvent === 'object' && retEvent?.result !== 0) {
|
||||
clearTimeout(Timeouter);
|
||||
databack();
|
||||
};
|
||||
},
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user