Bugfix
This commit is contained in:
parent
13335ff17a
commit
fa45c31a9b
@ -92,7 +92,7 @@ while (true) {
|
||||
}
|
||||
break;
|
||||
case 'updateNewEncryptedMessage':
|
||||
var_dump($MadelineProto->download_to_dir($update['update']['message'], '.'));
|
||||
//var_dump($MadelineProto->download_to_dir($update['update']['message'], '.'));
|
||||
if (isset($sent[$update['update']['message']['chat_id']])) {
|
||||
continue;
|
||||
}
|
||||
|
@ -285,7 +285,6 @@ class MTProto extends \Volatile
|
||||
}
|
||||
unset($this->data);
|
||||
}
|
||||
$this->secret_chats = [];
|
||||
if ($this->authorized === true) {
|
||||
$this->authorized = self::LOGGED_IN;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user