From: Michael Date: Sun, 21 Jul 2024 07:15:49 +0000 (+0000) Subject: Improve performance when visiting remote profiles X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b7685375e806779109c330a6e00369cf70ca74b9;p=friendica.git Improve performance when visiting remote profiles --- diff --git a/src/Content/Widget.php b/src/Content/Widget.php index 1108af5124..8444fd1aff 100644 --- a/src/Content/Widget.php +++ b/src/Content/Widget.php @@ -398,7 +398,7 @@ class Widget $entries[] = [ 'url' => Contact::magicLinkByContact($contact), 'name' => $contact['name'], - 'photo' => Contact::getThumb($contact), + 'photo' => Contact::getThumb($contact, true), ]; }