From 431eb34a1cebd48b05bee371d85a19bb2a9c9e78 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 1 Dec 2022 05:57:29 +0000 Subject: [PATCH] Deactivate setting last activity --- 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 62318bedb..47407b133 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'])) {