Fixes to channel difference

This commit is contained in:
Daniil Gentili 2018-03-25 17:19:50 +00:00
parent 04b84741a3
commit bed23694c4

View File

@ -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;