This commit is contained in:
Daniil Gentili 2017-07-31 17:08:48 +00:00
commit de86ccd923

View File

@ -83,6 +83,7 @@ trait AuthKeyHandler
} catch (\danog\MadelineProto\RPCErrorException $e) {
if ($e->rpc === 'CALL_ALREADY_ACCEPTED') {
\danog\MadelineProto\Logger::log(['Call '.$call['id'].' already accepted']);
return true;
}
if ($e->rpc === 'CALL_ALREADY_DECLINED') {
@ -96,6 +97,7 @@ trait AuthKeyHandler
$this->handle_pending_updates();
$this->get_updates_difference();
return true;
}