mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 07:14:39 +01:00
FIx
This commit is contained in:
parent
986b0efd8d
commit
4a8f3d15c1
@ -906,7 +906,7 @@ class MTProto extends AsyncConstruct implements TLCallback
|
||||
|
||||
public function startUpdateSystem($anyway = false)
|
||||
{
|
||||
if ($this->asyncInitPromise || !$anyway) {
|
||||
if ($this->asyncInitPromise && !$anyway) {
|
||||
$this->logger("Not starting update system");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user