This commit is contained in:
Daniil Gentili 2017-05-16 22:20:09 +01:00
parent 2e40df7abc
commit be6bc0cf41

View File

@ -365,7 +365,7 @@ trait UpdateHandler
if ($update['pts'] > $new_pts) {
\danog\MadelineProto\Logger::log(['Pts hole. current pts: '.$cur_state['pts'].', pts count: '.(isset($update['pts_count']) ? $update['pts_count'] : 0).', new pts: '.$new_pts.' < update pts: '.$update['pts'].', channel id: '.$channel_id], \danog\MadelineProto\Logger::ERROR);
$this->cur_state['pending_pts_updates'][] = $update;
$cur_state['pending_pts_updates'][] = $update;
if ($channel_id !== false && $this->peer_isset($this->to_supergroup($channel_id))) {
$this->get_channel_difference($channel_id);