Merge pull request #14314 from annando/remote-performance

Improve performance when visiting remote profiles
This commit is contained in:
Tobias Diekershoff 2024-07-21 10:48:19 +02:00 committed by GitHub
commit 8e094a2dd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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),
];
}