mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
try fix: error
This commit is contained in:
parent
bd6e83217d
commit
c3d4698af3
@ -348,7 +348,7 @@ export class NTQQGroupApi {
|
||||
if (res.hasNext || !res.finish || res.infos.size === 0) {
|
||||
res = await this.tryGetGroupMembersV2(false, groupQQ, num);
|
||||
}
|
||||
if ((res.infos.size === 0 || res.infos.size === 30) && res.finish) {
|
||||
if ((res.infos.size === 0 || res.infos.size === 30) && !res.finish) {
|
||||
res = await this.tryGetGroupMembersV2(true, groupQQ, num);
|
||||
}
|
||||
return res.infos;
|
||||
|
Loading…
Reference in New Issue
Block a user