mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 23:14:38 +01:00
fix update handling (#59)
This commit is contained in:
parent
f7f80241f2
commit
dbf8a2a366
@ -339,7 +339,7 @@ trait UpdateHandler
|
||||
|
||||
return false;
|
||||
}
|
||||
if ($update['pts'] > $cur_state['pts']) {
|
||||
if ($update['pts'] >= $cur_state['pts']) {
|
||||
$cur_state['pts'] = $update['pts'];
|
||||
$this->should_serialize = true;
|
||||
$pop_pts = true;
|
||||
|
Loading…
Reference in New Issue
Block a user