Fixes to logger
This commit is contained in:
parent
eafc2464a9
commit
4bc345f6f9
@ -362,6 +362,7 @@ class MTProto
|
|||||||
if ($this->authorized === self::LOGGED_IN) {
|
if ($this->authorized === self::LOGGED_IN) {
|
||||||
$this->get_self();
|
$this->get_self();
|
||||||
$this->get_cdn_config($this->datacenter->curdc);
|
$this->get_cdn_config($this->datacenter->curdc);
|
||||||
|
$this->setup_logger();
|
||||||
}
|
}
|
||||||
if ($this->authorized === self::LOGGED_IN && !$this->authorization['user']['bot']) {
|
if ($this->authorized === self::LOGGED_IN && !$this->authorization['user']['bot']) {
|
||||||
$this->get_dialogs($force);
|
$this->get_dialogs($force);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user