mirror of
https://github.com/friendica/friendica
synced 2025-04-30 15:04:23 +02:00
Oembed: Some more cleanup
This commit is contained in:
parent
424e219c53
commit
ae37c44cc0
3 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue