mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
When we are requesting a conneczion, the contactis no longer "blocked"
This commit is contained in:
parent
05a09adb3b
commit
cb7648359c
4 changed files with 7 additions and 3 deletions
|
@ -647,6 +647,7 @@ function contacts_content(App $a) {
|
|||
'$blocked' => (($contact['blocked']) ? t('Currently blocked') : ''),
|
||||
'$ignored' => (($contact['readonly']) ? t('Currently ignored') : ''),
|
||||
'$archived' => (($contact['archive']) ? t('Currently archived') : ''),
|
||||
'$pending' => (($contact['pending']) ? t('Awaiting connection acknowledge') : ''),
|
||||
'$hidden' => array('hidden', t('Hide this contact from others'), ($contact['hidden'] == 1), t('Replies/likes to your public posts <strong>may</strong> still be visible')),
|
||||
'$notify' => array('notify', t('Notification for new posts'), ($contact['notify_new_posts'] == 1), t('Send a notification of every new post of this contact')),
|
||||
'$fetch_further_information' => $fetch_further_information,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue