Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-03-25 17:17:28 +00:00 committed by StyleCI Bot
parent 04b84741a3
commit 164f833f92

View File

@ -192,7 +192,8 @@ trait UpdateHandler
\danog\MadelineProto\Logger::log($e->getMessage());
unset($this->channels_state[$channel]);
$this->load_channel_state($channel)['sync_loading'] = false;
return false;//$this->get_channel_difference($channel);
return false; //$this->get_channel_difference($channel);
} finally {
$this->postpone_updates = false;
$this->load_channel_state($channel)['sync_loading'] = false;