From 644dac62b73726d6b44d33310ab0aaf265b6bf06 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Tue, 1 Oct 2024 15:04:44 -0700 Subject: [PATCH] requested changes --- src/protections/NsfwProtection.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/protections/NsfwProtection.ts b/src/protections/NsfwProtection.ts index afc04bcb..d03f3522 100644 --- a/src/protections/NsfwProtection.ts +++ b/src/protections/NsfwProtection.ts @@ -80,9 +80,9 @@ export class NsfwProtection extends Protection { let body = `Redacted an image in ${room} ${eventId}` let formatted_body = `
Redacted an image in ${room} -
${eventId}  ${room}
+
${eventId}
${room}
                                                   
` - let msg = { + const msg = { msgtype: "m.notice", body: body, format: "org.matrix.custom.html",