mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
add jotnets for sharing posts
This commit is contained in:
parent
179201d2bf
commit
e5809dce79
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ function display_content(&$a, $update = 0) {
|
|||
'default_location' => $a->user['default-location'],
|
||||
'nickname' => $a->user['nickname'],
|
||||
'lockstate' => ( (is_array($a->user)) && ((strlen($a->user['allow_cid'])) || (strlen($a->user['allow_gid'])) || (strlen($a->user['deny_cid'])) || (strlen($a->user['deny_gid']))) ? 'lock' : 'unlock'),
|
||||
'acl' => populate_acl($a->user),
|
||||
'acl' => populate_acl($a->user, true),
|
||||
'bang' => '',
|
||||
'visitor' => 'block',
|
||||
'profile_uid' => local_user(),
|
||||
|
|
Loading…
Reference in a new issue