Bugfix
This commit is contained in:
parent
447b3718ad
commit
c0a0c693e3
@ -141,7 +141,7 @@ trait CallHandler
|
|||||||
if (!isset($aargs['postpone'])) {
|
if (!isset($aargs['postpone'])) {
|
||||||
$this->writer->resume();
|
$this->writer->resume();
|
||||||
}
|
}
|
||||||
return yield all($promises);
|
return $promises;
|
||||||
}
|
}
|
||||||
$args = (yield from $this->API->botAPIToMTProto($args));
|
$args = (yield from $this->API->botAPIToMTProto($args));
|
||||||
if (isset($args['ping_id']) && \is_int($args['ping_id'])) {
|
if (isset($args['ping_id']) && \is_int($args['ping_id'])) {
|
||||||
|
Loading…
Reference in New Issue
Block a user