diff --git a/src/danog/MadelineProto/Wrappers/Noop.php b/src/danog/MadelineProto/Wrappers/Noop.php index fb699119..4395457e 100644 --- a/src/danog/MadelineProto/Wrappers/Noop.php +++ b/src/danog/MadelineProto/Wrappers/Noop.php @@ -31,6 +31,7 @@ trait Noop $this->settings['updates']['callback'] = [$this, 'noop']; $this->settings['updates']['run_callback'] = false; $this->settings['updates']['handle_updates'] = true; + $this->updates = []; $this->startUpdateSystem(); } /**