mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 20:51:19 +01:00
Possibly fix upgrade issue
This commit is contained in:
parent
2a5a84a6f1
commit
a545e3463e
@ -31,7 +31,9 @@
|
||||
"amphp/http-client-cookies": "^1",
|
||||
"danog/tg-file-decoder": "^0.1",
|
||||
"danog/magicalserializer": "^1.0",
|
||||
"league/uri": "^6"
|
||||
"league/uri": "^6",
|
||||
"danog/ipc": "^0.1",
|
||||
"tivie/htaccess-parser": "^0.2.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"vlucas/phpdotenv": "^3",
|
||||
|
@ -821,9 +821,6 @@ class MTProto extends AsyncConstruct implements TLCallback
|
||||
$connection['obfuscated'] = true;
|
||||
}
|
||||
}
|
||||
if ($settings['app_info']['api_id'] === 6) {
|
||||
unset($settings['app_info']);
|
||||
}
|
||||
$this->resetMTProtoSession(true, true);
|
||||
$this->config = ['expires' => -1];
|
||||
$this->dh_config = ['version' => 0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user