From b7685375e806779109c330a6e00369cf70ca74b9 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 21 Jul 2024 07:15:49 +0000 Subject: [PATCH] Improve performance when visiting remote profiles --- src/Content/Widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ]; }