mirror of
https://github.com/friendica/friendica
synced 2025-05-01 23:04:24 +02:00
Merge pull request #6541 from annando/mentions
Display mentioned users and in the comment box by default
This commit is contained in:
commit
8d84f33f15
7 changed files with 37 additions and 7 deletions
|
@ -559,10 +559,10 @@ class Item extends BaseObject
|
|||
|
||||
$fields['permissionset'] = ['allow_cid', 'allow_gid', 'deny_cid', 'deny_gid'];
|
||||
|
||||
$fields['author'] = ['url' => 'author-link', 'name' => 'author-name',
|
||||
$fields['author'] = ['url' => 'author-link', 'name' => 'author-name', 'addr' => 'author-addr',
|
||||
'thumb' => 'author-avatar', 'nick' => 'author-nick', 'network' => 'author-network'];
|
||||
|
||||
$fields['owner'] = ['url' => 'owner-link', 'name' => 'owner-name',
|
||||
$fields['owner'] = ['url' => 'owner-link', 'name' => 'owner-name', 'addr' => 'owner-addr',
|
||||
'thumb' => 'owner-avatar', 'nick' => 'owner-nick', 'network' => 'owner-network'];
|
||||
|
||||
$fields['contact'] = ['url' => 'contact-link', 'name' => 'contact-name', 'thumb' => 'contact-avatar',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue