Fixes to logger

This commit is contained in:
Daniil Gentili 2017-09-20 19:55:24 +02:00 committed by GitHub
parent eafc2464a9
commit 4bc345f6f9

View File

@ -362,6 +362,7 @@ class MTProto
if ($this->authorized === self::LOGGED_IN) {
$this->get_self();
$this->get_cdn_config($this->datacenter->curdc);
$this->setup_logger();
}
if ($this->authorized === self::LOGGED_IN && !$this->authorization['user']['bot']) {
$this->get_dialogs($force);