do not try to oembed in notes

This commit is contained in:
Mario
2023-02-17 10:18:01 +00:00
parent 62a363debc
commit ee8fc701a6

View File

@@ -39,7 +39,7 @@ class Notes extends Controller {
}
set_pconfig(local_channel(),'notes','text',$body);
$ret['html'] = bbcode($body);
$ret['html'] = bbcode($body, ['tryoembed' => false]);
$ret['success'] = true;
}