]> git.mxchange.org Git - friendica.git/commitdiff
Reenable last acttivity update
authorMichael <heluecht@pirati.ca>
Thu, 1 Dec 2022 05:54:42 +0000 (05:54 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 1 Dec 2022 05:54:42 +0000 (05:54 +0000)
src/Security/Authentication.php

index 47407b13384ee92dc2e1d19a99f9d216b9381d8c..62318bedbf2229c8cedb89a70ac84834213bfb2d 100644 (file)
@@ -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'])) {