mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 06:13:54 +01:00
CDN fix
This commit is contained in:
parent
949758aeb5
commit
1398e95364
@ -239,6 +239,7 @@ final class WriteLoop extends Loop
|
||||
} elseif ($this->API->authorized === \danog\MadelineProto\API::LOGGED_IN
|
||||
&& !$this->shared->isAuthorized()
|
||||
&& $constructor !== 'auth.importAuthorization'
|
||||
&& !$this->connection->isCDN()
|
||||
) {
|
||||
$this->API->logger("Skipping $message due to unimported auth in connection in DC $this->datacenter");
|
||||
$skipped = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user