mirror of
https://github.com/friendica/friendica
synced 2025-04-28 15:04:26 +02:00
Add blocking author from an item context feature
This commit is contained in:
parent
d5e87011c9
commit
6b0df74ed7
3 changed files with 81 additions and 42 deletions
|
@ -248,6 +248,7 @@ class Page implements ArrayAccess
|
|||
'$local_user' => local_user(),
|
||||
'$generator' => 'Friendica' . ' ' . FRIENDICA_VERSION,
|
||||
'$delitem' => $l10n->t('Delete this item?'),
|
||||
'$blockAuthor' => $l10n->t('Block this author? They won\'t be able to follow you nor see your public posts, and you won\'t be able to see their posts and their notifications.'),
|
||||
'$update_interval' => $interval,
|
||||
'$shortcut_icon' => $shortcut_icon,
|
||||
'$touch_icon' => $touch_icon,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue