Improve performance when visiting remote profiles

This commit is contained in:
Michael 2024-07-21 07:15:49 +00:00
parent 6cf6f64296
commit b7685375e8

View file

@ -398,7 +398,7 @@ class Widget
$entries[] = [
'url' => Contact::magicLinkByContact($contact),
'name' => $contact['name'],
'photo' => Contact::getThumb($contact),
'photo' => Contact::getThumb($contact, true),
];
}