refactor: packet highway & etc, kill some todo

This commit is contained in:
pk5ls20
2024-10-25 05:11:10 +08:00
parent 1ffacacff6
commit 967243ad65
6 changed files with 66 additions and 50 deletions

View File

@@ -150,7 +150,7 @@ export class NTQQPacketApi {
}
}
}
return Promise.all(reqList); // TODO: use promise.allSettled
return Promise.allSettled(reqList);
}
async sendUploadForwardMsg(msg: PacketMsg[], groupUin: number = 0) {