mirror of
https://github.com/friendica/friendica
synced 2025-04-23 01:10:11 +00:00
Remove relationship direction display for non-local user contacts
- [frio] Add profile link on avatar in contact_template
This commit is contained in:
parent
470079c37c
commit
4c5fe20018
2 changed files with 4 additions and 2 deletions
|
@ -1030,7 +1030,7 @@ class Contact extends BaseModule
|
|||
}
|
||||
}
|
||||
|
||||
if (!empty($contact['uid']) && !empty($contact['rel'])) {
|
||||
if (!empty($contact['uid']) && !empty($contact['rel']) && local_user() == $contact['uid']) {
|
||||
switch ($contact['rel']) {
|
||||
case Model\Contact::FRIEND:
|
||||
$alt_text = DI::l10n()->t('Mutual Friendship');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue