diff --git a/src/Model/Item.php b/src/Model/Item.php index aa3a8bc08b..9aa7e1be3f 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -3823,6 +3823,12 @@ class Item } elseif (preg_match("/.*(\[attachment.*?\].*?\[\/attachment\]).*/ism", $body, $match)) { $data = BBCode::getAttachmentData($match[1]); } + + if ($sensitive) { + $data['image'] = ''; + $data['preview'] = ''; + } + DI::profiler()->stopRecording(); if (isset($data['url']) && !in_array(strtolower($data['url']), $ignore_links)) {