Apply fixes from StyleCI
This commit is contained in:
parent
d8d8da47d1
commit
1bf722aa73
@ -147,6 +147,7 @@ trait MessageHandler
|
|||||||
$this->datacenter->sockets[$datacenter]->incoming_messages[$message_id] = ['seq_no' => $seq_no];
|
$this->datacenter->sockets[$datacenter]->incoming_messages[$message_id] = ['seq_no' => $seq_no];
|
||||||
} else {
|
} else {
|
||||||
$this->close_and_reopen($datacenter);
|
$this->close_and_reopen($datacenter);
|
||||||
|
|
||||||
throw new \danog\MadelineProto\Exception('Got unknown auth_key id');
|
throw new \danog\MadelineProto\Exception('Got unknown auth_key id');
|
||||||
}
|
}
|
||||||
$deserialized = $this->deserialize($message_data, ['type' => '', 'datacenter' => $datacenter]);
|
$deserialized = $this->deserialize($message_data, ['type' => '', 'datacenter' => $datacenter]);
|
||||||
|
Loading…
Reference in New Issue
Block a user