Bugfix
This commit is contained in:
parent
3a29b36e24
commit
a25adf2d7c
@ -65,7 +65,7 @@ class API extends APIFactory
|
||||
if (!isset($this->v) || $this->v !== $this->getV()) {
|
||||
\danog\MadelineProto\Logger::log(['Serialization is out of date, reconstructing object!'], Logger::WARNING);
|
||||
$this->API->__construct($this->API->settings);
|
||||
$this->v = $current;
|
||||
$this->v = $this->getV();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user