Apply fixes from StyleCI
This commit is contained in:
parent
8a88dc8650
commit
af0cf569db
@ -430,7 +430,9 @@ trait PeerHandler
|
||||
$res['participants'][$key] = $newres;
|
||||
}
|
||||
$gres = $this->method_call('channels.getParticipants', ['channel' => $full['InputChannel'], 'filter' => ['_' => 'channelParticipantsRecent'], 'offset' => $offset += $limit, 'limit' => $limit]);
|
||||
if (empty($gres['participants'])) break;
|
||||
if (empty($gres['participants'])) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($fullfetch || $send) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user