X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FOStatus.php;h=1019d34cc79f6eb5d84880007099cddfb5728036;hb=e519b782fd2180d326ffbd9fc8f1d6fca111ce98;hp=919f327b8902e0941946fd10102703371f9336f2;hpb=16de3454bc2bf49710c21356e91aab6d7ec23979;p=friendica.git diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index 919f327b89..1019d34cc7 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -1207,7 +1207,7 @@ class OStatus } // Is it a remote picture? Then make a smaller preview here - $preview = ProxyUtils::proxifyUrl($preview, false, ProxyUtils::SIZE_SMALL); + $preview = ProxyUtils::proxifyUrl($preview, ProxyUtils::SIZE_SMALL); // Is it a local picture? Then make it smaller here $preview = str_replace(["-0.jpg", "-0.png"], ["-2.jpg", "-2.png"], $preview);