Include redaction logic:

- redact command to remove messages from a user in a room
- option to redact messages from a user in all space rooms when banned
This commit is contained in:
William Kray
2025-03-31 15:25:00 -07:00
parent 6001f5bf1a
commit 034446f28c
4 changed files with 123 additions and 7 deletions
+3
View File
@@ -112,3 +112,6 @@ banlists:
# an account may join your rooms, THEN get added to the banlist, and you will have to manually
# ban them from your rooms.
proactive_banning: true
# should we redact messages when a user is banned?
redact_on_ban: true