Bugfix - use magicLinks also for common/all friends and the directory

This commit is contained in:
rabuzarus 2019-01-19 15:12:46 +01:00
parent 528d175baa
commit 7b78ba3929
4 changed files with 28 additions and 12 deletions

View file

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