Add blocking author from an item context feature

This commit is contained in:
Hypolite Petovan 2021-01-20 18:44:02 -05:00
parent d5e87011c9
commit 6b0df74ed7
3 changed files with 81 additions and 42 deletions

View file

@ -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,