X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FOEmbed.php;h=4e1ae2946f84f442a1b072f4eb07fef68d26f75a;hb=4803b9915731e0e75045acf747e0cee03f2b1112;hp=e97afdc483ba24e2cec69b1b7de8d10efa026dad;hpb=7fb9e1c7c8f5f4887e44aadf6115b68c6cc66d03;p=friendica.git diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php index e97afdc483..4e1ae2946f 100644 --- a/src/Content/OEmbed.php +++ b/src/Content/OEmbed.php @@ -1,6 +1,6 @@ width . '" src="' . ProxyUtils::proxifyUrl($oembed->url) . '">'; + $ret .= ''; break; case "link": break; case "rich": - $ret .= ProxyUtils::proxifyHtml($oembed->html); + $ret .= Proxy::proxifyHtml($oembed->html); break; }