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",