Fixes to channel difference
This commit is contained in:
commit
0f061174f3
@ -192,7 +192,7 @@ trait UpdateHandler
|
|||||||
\danog\MadelineProto\Logger::log($e->getMessage());
|
\danog\MadelineProto\Logger::log($e->getMessage());
|
||||||
unset($this->channels_state[$channel]);
|
unset($this->channels_state[$channel]);
|
||||||
|
|
||||||
return; //$this->get_channel_difference($channel);
|
return false; //$this->get_channel_difference($channel);
|
||||||
} finally {
|
} finally {
|
||||||
$this->postpone_updates = false;
|
$this->postpone_updates = false;
|
||||||
$this->load_channel_state($channel)['sync_loading'] = false;
|
$this->load_channel_state($channel)['sync_loading'] = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user