git pull and composer update pls

This commit is contained in:
Daniil Gentili 2017-05-06 11:46:50 +02:00 committed by GitHub
parent de646a4691
commit 780dae093b

View File

@ -153,7 +153,7 @@ class MTProto
}
$this->datacenter->__construct($this->settings['connection'], $this->settings['connection_settings']);
$this->setup_threads();
if ($this->authorized && $this->settings['updates']['handle_updates'] && $this->settings['pwr']['db_token'] === false) {
if ($this->authorized && $this->settings['updates']['handle_updates']) {
\danog\MadelineProto\Logger::log(['Getting updates after deserialization...'], Logger::NOTICE);
$this->get_updates_difference();
}