fix(users): use correct active user count

Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
pull/49001/head
Benjamin Gaussorgues 2024-10-16 11:54:10 +07:00 committed by backportbot[bot]
parent 93a3288bd1
commit 51d8dc76c5
1 changed files with 1 additions and 1 deletions

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