diff --git a/components/Posting/Posting.php b/components/Posting/Posting.php index 65790ad0c2..47aff43683 100644 --- a/components/Posting/Posting.php +++ b/components/Posting/Posting.php @@ -104,7 +104,6 @@ END; */ public static function storeNote(int $actor_id, ?string $content, array $attachments, bool $is_local, ?int $reply_to = null, ?int $repeat_of = null) { - $content = Security::sanitize($content); $note = Note::create([ 'gsactor_id' => $actor_id, 'content' => $content,