mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 01:25:21 +02:00
Bugfix - use magicLinks also for common/all friends and the directory
This commit is contained in:
parent
528d175baa
commit
7b78ba3929
4 changed files with 28 additions and 12 deletions
|
@ -117,7 +117,7 @@ function common_content(App $a)
|
|||
$photo_menu = Model\Contact::photoMenu($common_friend);
|
||||
|
||||
$entry = [
|
||||
'url' => $common_friend['url'],
|
||||
'url' => Model\Contact::magicLink($common_friend['url']),
|
||||
'itemurl' => defaults($contact_details, 'addr', $common_friend['url']),
|
||||
'name' => $contact_details['name'],
|
||||
'thumb' => ProxyUtils::proxifyUrl($contact_details['thumb'], false, ProxyUtils::SIZE_THUMB),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue