1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 19:37:51 +01:00

One more cancellation

This commit is contained in:
Daniil Gentili 2024-06-26 18:28:15 +02:00 committed by Alexander Pankratov
parent ce6f0d1640
commit 3658648cea

View File

@ -310,7 +310,7 @@ final class VoIPController
return $this;
} catch (CallAlreadyDeclinedError) {
$this->log(Lang::$current_lang['call_already_declined']);
$this->discard(DiscardReason::HANGUP, cancellation: $cancellation);
$this->discard(DiscardReason::HANGUP);
return $this;
}
$this->call['b'] = $b;