Clean up
This commit is contained in:
parent
f8230e9e3a
commit
d8adba8d68
BIN
enc.tar.xz.enc
BIN
enc.tar.xz.enc
Binary file not shown.
14
index.md
14
index.md
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
title: MadelineProto API documentation (layer v27)
|
|
||||||
description: MadelineProto API documentation (layer v27)
|
|
||||||
---
|
|
||||||
# MadelineProto API documentation (layer v27)
|
|
||||||
|
|
||||||
[Methods](methods/)
|
|
||||||
|
|
||||||
[Constructors](constructors/)
|
|
||||||
|
|
||||||
[Types](types/)
|
|
||||||
|
|
||||||
|
|
||||||
[Back to main documentation](..)
|
|
@ -165,6 +165,9 @@ class MTProto extends \Volatile
|
|||||||
}
|
}
|
||||||
$this->datacenter->__construct($this->settings['connection'], $this->settings['connection_settings']);
|
$this->datacenter->__construct($this->settings['connection'], $this->settings['connection_settings']);
|
||||||
$this->setup_threads();
|
$this->setup_threads();
|
||||||
|
if ($this->authorized && !$this->authorization['user']['bot']) {
|
||||||
|
$this->get_dialogs();
|
||||||
|
}
|
||||||
if ($this->authorized && $this->settings['updates']['handle_updates']) {
|
if ($this->authorized && $this->settings['updates']['handle_updates']) {
|
||||||
\danog\MadelineProto\Logger::log(['Getting updates after deserialization...'], Logger::NOTICE);
|
\danog\MadelineProto\Logger::log(['Getting updates after deserialization...'], Logger::NOTICE);
|
||||||
$this->get_updates_difference();
|
$this->get_updates_difference();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user