]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/User.php
Delete introductions when referenced contact id doesn't exist anymore in Ping module
[friendica.git] / src / Console / User.php
index 25f5ceeb0781f6cfd354c2022d810e44b265e10b..0d06f427ebbe830f203f14a49638c33868a928e6 100644 (file)
@@ -370,7 +370,7 @@ HELP;
                                                $contact['url'],
                                                $contact['email'],
                                                Temporal::getRelativeDate($contact['created']),
-                                               Temporal::getRelativeDate($contact['login_date']),
+                                               Temporal::getRelativeDate($contact['last-activity']),
                                                Temporal::getRelativeDate($contact['last-item']),
                                        ]);
                                }
@@ -396,7 +396,7 @@ HELP;
                        'nickname',
                        'email',
                        'register_date',
-                       'login_date',
+                       'last-activity',
                        'verified',
                        'blocked',
                ];