fix(users): use correct active user count

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
pull/48559/head
Benjamin Gaussorgues 2024-10-16 11:54:10 +07:00
parent 14ff0e49a6
commit 34ade098bd
1 changed files with 1 additions and 1 deletions

@ -168,7 +168,7 @@ class UsersController extends Controller {
$recentUsersGroup = [
'id' => '__nc_internal_recent',
'name' => $this->l10n->t('Recently active'),
'usercount' => $userCount,
'usercount' => $this->userManager->countSeenUsers(),
];
$disabledUsersGroup = [