1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 05:51:14 +01:00
This commit is contained in:
Daniil Gentili 2023-10-01 20:42:32 +02:00
parent ba682d0eca
commit 6d3f4336b1

View File

@ -1208,7 +1208,6 @@ final class MTProto implements TLCallback, LoggerGetter
}
if ($auth_key) {
$socket->setTempAuthKey(null);
EventLoop::queue($this->datacenter->waitGetConnection($id)->methodCallAsyncRead(...), 'help.getConfig', []);
}
}
}