Skip to content

Commit 8fd9404

Browse files
authored
Update statUsers
1 parent b313d71 commit 8fd9404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Handlers/AdminPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function statUsers(int $senderId, int $msgid): void
9595

9696
foreach ($dialogs as $peer) {
9797
try {
98-
$info = $this->getInfo($peer);
98+
$info = $this->context->getInfo($peer);
9999
if (!isset($info['type'])) continue;
100100
switch ($info['type']) {
101101
case 'channel': $numChannels++; break;

0 commit comments

Comments
 (0)