Small fix (closes #258)
This commit is contained in:
parent
f22b26d4a3
commit
6a677c0baf
@ -65,7 +65,6 @@ trait SeqNoHandler
|
|||||||
$this->discard_secret_chat($chat_id);
|
$this->discard_secret_chat($chat_id);
|
||||||
|
|
||||||
throw new \danog\MadelineProto\SecurityException('WARNING: out_seq_no gap detected ('.$seqno.' > '.$C.')!');
|
throw new \danog\MadelineProto\SecurityException('WARNING: out_seq_no gap detected ('.$seqno.' > '.$C.')!');
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user