mirror of
https://github.com/friendica/friendica
synced 2025-04-28 18:24:24 +02:00
Issue 10518: "last-activity" instead of "login_date"
This commit is contained in:
parent
22e2578b23
commit
1d8c9276f3
13 changed files with 23 additions and 20 deletions
|
@ -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',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue