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:
parent
ce6f0d1640
commit
3658648cea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user