]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/OStatus.php
Simplified proxy handling
[friendica.git] / src / Protocol / OStatus.php
index 919f327b8902e0941946fd10102703371f9336f2..1019d34cc79f6eb5d84880007099cddfb5728036 100644 (file)
@@ -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);