mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 02:54:42 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
72b30bedfe
commit
6bd76f05c0
@ -158,7 +158,9 @@ trait UpdateHandler
|
||||
{
|
||||
try {
|
||||
$peer_id = $this->get_info($message['to_id'])['bot_api_id'];
|
||||
} catch (\danog\MadelineProto\Exception $e) { return true; }
|
||||
} catch (\danog\MadelineProto\Exception $e) {
|
||||
return true;
|
||||
}
|
||||
$message_id = $message['id'];
|
||||
|
||||
if (!isset($this->msg_ids[$peer_id]) || $message_id > $this->msg_ids[$peer_id]) {
|
||||
|
Loading…
Reference in New Issue
Block a user