1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 10:38:59 +01:00

Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-10-17 13:09:30 +00:00 committed by StyleCI Bot
parent 056ea2c3d8
commit da27175bd1

View File

@ -187,6 +187,7 @@ trait UpdateHandler
} catch (\danog\MadelineProto\PTSException $e) {
unset($this->channels_state[$channel]);
$this->load_channel_state($channel)['sync_loading'] = false;
return $this->get_channel_difference($channel);
} finally {
$this->load_channel_state($channel)['sync_loading'] = false;