mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +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
|
@ -889,6 +889,7 @@
|
|||
"language" => ["user", "language"],
|
||||
"register_date" => ["user", "register_date"],
|
||||
"login_date" => ["user", "login_date"],
|
||||
"last-activity" => "IF (`user`.`last-activity` IS NULL, DATE(`user`.`login_date`), `user`.`last-activity`)",
|
||||
"default-location" => ["user", "default-location"],
|
||||
"allow_location" => ["user", "allow_location"],
|
||||
"theme" => ["user", "theme"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue