mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
Merge pull request #14314 from annando/remote-performance
Improve performance when visiting remote profiles
This commit is contained in:
commit
8e094a2dd0
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ class Widget
|
|||
$entries[] = [
|
||||
'url' => Contact::magicLinkByContact($contact),
|
||||
'name' => $contact['name'],
|
||||
'photo' => Contact::getThumb($contact),
|
||||
'photo' => Contact::getThumb($contact, true),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue