kopia lustrzana https://github.com/friendica/friendica
Merge pull request #14314 from annando/remote-performance
Improve performance when visiting remote profilespull/14315/head
commit
8e094a2dd0
|
@ -398,7 +398,7 @@ class Widget
|
|||
$entries[] = [
|
||||
'url' => Contact::magicLinkByContact($contact),
|
||||
'name' => $contact['name'],
|
||||
'photo' => Contact::getThumb($contact),
|
||||
'photo' => Contact::getThumb($contact, true),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue