mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 01:14:39 +01:00
Bugfix
This commit is contained in:
parent
a80042a54b
commit
4d5e8006bf
@ -1028,6 +1028,13 @@ abstract class InternalDoc
|
||||
{
|
||||
return \danog\MadelineProto\Tools::inflateStripped($stripped);
|
||||
}
|
||||
/**
|
||||
* Initialize self-restart hack.
|
||||
*/
|
||||
public function initSelfRestart(): void
|
||||
{
|
||||
$this->wrapper->getAPI()->initSelfRestart();
|
||||
}
|
||||
/**
|
||||
* Whether this is altervista.
|
||||
*/
|
||||
|
@ -45,8 +45,6 @@ trait Loop
|
||||
{
|
||||
private ?DeferredFuture $stopDeferred = null;
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* Initialize self-restart hack.
|
||||
*/
|
||||
public function initSelfRestart(): void
|
||||
|
Loading…
Reference in New Issue
Block a user