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:
parent
056ea2c3d8
commit
da27175bd1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user