mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 06:59:01 +01:00
Bugfix
This commit is contained in:
parent
d2d187bc9a
commit
491016b185
@ -1313,6 +1313,16 @@ final class MTProto implements TLCallback, LoggerGetter, SettingsGetter
|
||||
foreach ($this->secretChats as $chat) {
|
||||
$chat->startFeedLoop();
|
||||
}
|
||||
|
||||
if ($this->event_handler_instance instanceof EventHandler
|
||||
&& $f = $this->event_handler_instance->waitForInternalStart()
|
||||
) {
|
||||
$f->map(function (): void {
|
||||
foreach ($this->updateQueue as $update) {
|
||||
$this->handleUpdate($update);
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Store shared phone config.
|
||||
|
Loading…
Reference in New Issue
Block a user