From 5201d87b3f068c7c7dee2ae4999a85272710ed20 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 1 Dec 2022 05:54:42 +0000 Subject: [PATCH] Reenable last acttivity update --- src/Security/Authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Security/Authentication.php b/src/Security/Authentication.php index 47407b1338..62318bedbf 100644 --- a/src/Security/Authentication.php +++ b/src/Security/Authentication.php @@ -359,7 +359,7 @@ class Authentication $this->dba->update('user', ['login_date' => DateTimeFormat::utcNow()], ['parent-uid' => $user_record['uid'], 'account_removed' => false]); -// User::updateLastActivity($user_record['uid']); + User::updateLastActivity($user_record['uid']); // Regularly update suggestions if (Contact\Relation::areSuggestionsOutdated($user_record['uid'])) {