mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
And some more view calls added
This commit is contained in:
parent
3e5c3dce01
commit
c4f7f3e26e
3 changed files with 7 additions and 21 deletions
|
@ -103,6 +103,8 @@ return [
|
|||
"name-date" => ["contact", "name-date"],
|
||||
"uri-date" => ["contact", "uri-date"],
|
||||
"avatar-date" => ["contact", "avatar-date"],
|
||||
"contact_id" => ["contact", "id"], /// @todo Replaces all uses of "contact_id" with "id"
|
||||
"picdate" => ["contact", "avatar-date"], /// @todo Replaces all uses of "picdate" with "avatar-date"
|
||||
"term-date" => ["contact", "term-date"],
|
||||
"last-item" => ["contact", "last-item"],
|
||||
"lastitem_date" => ["contact", "last-item"], /// @todo Replaces all uses of "lastitem_date" with "last-item"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue