의 미러
https://github.com/friendica/friendica
synced 2025-09-07 21:21:52 +02:00
Add a self-only ACL block to personal notes jot
This commit is contained in:
부모
5f5b97dad6
커밋
5730da264b
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -55,7 +55,7 @@ function notes_content(App $a, $update = false)
|
|||
'default_location' => $a->user['default-location'],
|
||||
'nickname' => $a->user['nickname'],
|
||||
'lockstate' => 'lock',
|
||||
'acl' => '',
|
||||
'acl' => \Friendica\Core\ACL::getSelfOnlyHTML(local_user(), DI::l10n()->t('Personal notes are visible only by yourself.')),
|
||||
'bang' => '',
|
||||
'visitor' => 'block',
|
||||
'profile_uid' => local_user(),
|
||||
|
|
불러오는 중…
테이블 추가
Add a link
Reference in a new issue