This commit is contained in:
Daniil Gentili 2017-12-28 13:26:37 +01:00
commit 2754acdca2
No known key found for this signature in database
GPG Key ID: 259900308520B573

View File

@ -175,6 +175,7 @@ trait Login
throw new \danog\MadelineProto\Exception(\danog\MadelineProto\Lang::$current_lang['not_logged_in']);
}
$this->get_self();
return [$this->datacenter->curdc, $this->datacenter->sockets[$this->datacenter->curdc]->auth_key['auth_key']];
}