Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Oct 1, 2024
1 parent c6106e3 commit 644dac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/protections/NsfwProtection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ export class NsfwProtection extends Protection {
let body = `Redacted an image in ${room} ${eventId}`
let formatted_body = `<details>
<summary>Redacted an image in ${room}</summary>
<pre>${eventId} ${room}</pre>
<pre>${eventId}</pre> <pre></pre>${room}</pre>
</details>`
let msg = {
const msg = {
msgtype: "m.notice",
body: body,
format: "org.matrix.custom.html",
Expand Down

0 comments on commit 644dac6

Please sign in to comment.