This commit is contained in:
手瓜一十雪 2024-10-14 09:07:03 +08:00
parent 86bfd990db
commit 11149d2743

View File

@ -378,7 +378,7 @@ export class NTQQFileApi {
};
try {
if (this.core.apis.PacketApi.packetClient?.isConnected) {
if ((!this.packetRkey || this.packetRkey[0].time < Date.now() / 1000)) {
if ((!this.packetRkey || this.packetRkey[0].time > Date.now() / 1000)) {
this.packetRkey = await this.core.apis.PacketApi.sendRkeyPacket();
}
if (this.packetRkey.length > 0) {