]> git.mxchange.org Git - friendica.git/commitdiff
Improve performance when visiting remote profiles
authorMichael <heluecht@pirati.ca>
Sun, 21 Jul 2024 07:15:49 +0000 (07:15 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 21 Jul 2024 07:15:49 +0000 (07:15 +0000)
src/Content/Widget.php

index 1108af51240dde55604d51fe1c3aa5c2436f1033..8444fd1aff61d0d6607db51f02c9f4e0afbcf79e 100644 (file)
@@ -398,7 +398,7 @@ class Widget
                        $entries[] = [
                                'url'   => Contact::magicLinkByContact($contact),
                                'name'  => $contact['name'],
-                               'photo' => Contact::getThumb($contact),
+                               'photo' => Contact::getThumb($contact, true),
                        ];
                }