]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Content/OEmbed.php
authorArtur Weigandt <Art4@users.noreply.github.com>
Wed, 26 Feb 2025 07:06:35 +0000 (08:06 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2025 07:06:35 +0000 (08:06 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/Content/OEmbed.php

index a42b8378822dc01f02536fb8804aa5dbe28e0a65..69a08526e1d7747e6ebab719f2c8293722075408 100644 (file)
@@ -288,9 +288,6 @@ class OEmbed
 
                $ret .= '</div>';
 
-               // FIXME: Why is $test unused?
-               $test = Proxy::proxifyHtml($ret, $uriid);
-
                return str_replace("\n", "", $ret);
        }