mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 07:18:57 +01:00
Fixes to channel difference
This commit is contained in:
parent
04b84741a3
commit
bed23694c4
@ -191,8 +191,8 @@ trait UpdateHandler
|
||||
} catch (\danog\MadelineProto\PTSException $e) {
|
||||
\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; //$this->get_channel_difference($channel);
|
||||
} finally {
|
||||
$this->postpone_updates = false;
|
||||
$this->load_channel_state($channel)['sync_loading'] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user