Merge branch 'master' of https://github.com/danog/Madelineproto
This commit is contained in:
commit
40b99a3f24
@ -89,6 +89,7 @@ trait AuthKeyHandler
|
|||||||
if ($e->rpc === 'CALL_ALREADY_DECLINED') {
|
if ($e->rpc === 'CALL_ALREADY_DECLINED') {
|
||||||
\danog\MadelineProto\Logger::log(['Call '.$call['id'].' already declined']);
|
\danog\MadelineProto\Logger::log(['Call '.$call['id'].' already declined']);
|
||||||
$this->calls[$call['id']]->discard();
|
$this->calls[$call['id']]->discard();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
throw $e;
|
throw $e;
|
||||||
|
Loading…
Reference in New Issue
Block a user