Oembed: Some more cleanup

This commit is contained in:
Michael 2024-03-03 17:58:20 +00:00
parent 424e219c53
commit ae37c44cc0
3 changed files with 2 additions and 5 deletions

View file

@ -225,7 +225,7 @@ class OEmbed
'$turl' => BBCode::proxyUrl($oembed->thumbnail_url, BBCode::INTERNAL, $uriid, Proxy::SIZE_SMALL),
]);
} else {
$ret = $oembed->html;
$ret .= Proxy::proxifyHtml($oembed->html, $uriid);
}
break;