From: Michael Date: Thu, 1 Dec 2022 05:54:42 +0000 (+0000) Subject: Reenable last acttivity update X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5201d87b3f068c7c7dee2ae4999a85272710ed20;p=friendica.git Reenable last acttivity update --- 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'])) {