1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 08:14:39 +01:00

Update Noop.php

This commit is contained in:
Daniil Gentili 2020-02-15 14:45:21 +01:00 committed by GitHub
parent df8f50dff8
commit 5d50e90f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ trait Noop
$this->settings['updates']['callback'] = [$this, 'noop'];
$this->settings['updates']['run_callback'] = false;
$this->settings['updates']['handle_updates'] = true;
$this->updates = [];
$this->startUpdateSystem();
}
/**