From: Artur Weigandt Date: Wed, 26 Feb 2025 07:06:35 +0000 (+0100) Subject: Update src/Content/OEmbed.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=21c2c1559b4d45d8a085b0e0e9ab6691785c2ca5;p=friendica.git Update src/Content/OEmbed.php Co-authored-by: Hypolite Petovan --- diff --git a/src/Content/OEmbed.php b/src/Content/OEmbed.php index a42b837882..69a08526e1 100644 --- a/src/Content/OEmbed.php +++ b/src/Content/OEmbed.php @@ -288,9 +288,6 @@ class OEmbed $ret .= ''; - // FIXME: Why is $test unused? - $test = Proxy::proxifyHtml($ret, $uriid); - return str_replace("\n", "", $ret); }