Merge branch 'dev' of /home/macgirvin/z into dev

This commit is contained in:
nobody 2021-02-04 15:35:16 -08:00
commit a22ee64fe5

View file

@ -3375,7 +3375,7 @@ class Activity {
if (array_path_exists('source/mediaType',$act) && array_path_exists('source/content',$act)) {
if ($act['source']['mediaType'] === 'text/bbcode') {
$content['bbcode'] = purify_html($act['source']['content']);
$content['bbcode'] = purify_html($act['source']['content'], [ 'escape'] );
}
}