fixed
This commit is contained in:
parent
2d6f6369dd
commit
ea21597237
@ -29,7 +29,7 @@ class API extends APIFactory
|
||||
\danog\MadelineProto\Logger::log(['Pong: '.$pong['ping_id']], Logger::ULTRA_VERBOSE);
|
||||
//\danog\MadelineProto\Logger::log(['Getting future salts...'], Logger::ULTRA_VERBOSE);
|
||||
//$this->future_salts = $this->get_future_salts(['num' => 3]);
|
||||
$this->API->v = \danog\MadelineProto\API::V;
|
||||
$this->API->v = \danog\MadelineProto\MTProto::V;
|
||||
\danog\MadelineProto\Logger::log(['MadelineProto is ready!'], Logger::NOTICE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user