diff --git a/src/danog/MadelineProto/VoIP/AuthKeyHandler.php b/src/danog/MadelineProto/VoIP/AuthKeyHandler.php index a58181cf..79173e79 100644 --- a/src/danog/MadelineProto/VoIP/AuthKeyHandler.php +++ b/src/danog/MadelineProto/VoIP/AuthKeyHandler.php @@ -112,7 +112,7 @@ trait AuthKeyHandler ) * 1000000 ); $time = microtime(true); - $this->calls[$params['id']]['controller']->writeFrames(stream_get_contents($f, 960*2)); + $this->calls[$params['id']]['controller']->writeFrames(stream_get_contents($f, 960 * 2)); } $this->handle_pending_updates();