mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 09:34:38 +01:00
Fixes
This commit is contained in:
parent
8f8351b406
commit
2b9d6319f3
@ -135,7 +135,7 @@ trait AuthKeyHandler
|
||||
$this->calls[$params['id']]->setVisualization($visualization);
|
||||
|
||||
$this->calls[$params['id']]->configuration['shared_config'] = array_merge($this->method_call('phone.getCallConfig', [], ['datacenter' => $this->datacenter->curdc]), $this->calls[$params['id']]->configuration['shared_config']);
|
||||
$this->calls[$params['id']]->configuration['endpoints'] = array_merge([$params['connection']], $params['alternative_connections'], $this->calls[$params['id']]->configuration['endpoints']);
|
||||
$this->calls[$params['id']]->configuration['endpoints'] = array_merge([$res['connection']], $res['alternative_connections'], $this->calls[$params['id']]->configuration['endpoints']);
|
||||
|
||||
$this->calls[$params['id']]->configuration = array_merge([
|
||||
'recv_timeout' => $this->config['call_receive_timeout_ms'] / 1000,
|
||||
|
Loading…
Reference in New Issue
Block a user