From d894c36a4c9c0a4e242ad24b41dfff27188f715b Mon Sep 17 00:00:00 2001 From: William Kray Date: Mon, 31 Mar 2025 16:00:43 -0700 Subject: [PATCH] update readme with new redact features --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93d606e..22a7ab1 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ if you want more sever action, use the `ban` and `unban` subcommands to ban user will automatically kick them from those rooms as well). if you've made a mistake, use the unban option, but they will need to rejoin all rooms themselves or be re-invited. +if configured with the `redact_on_ban` setting, banning a user from your space will also queue up to their last 100 messages in each room for redaction. if not, you can redact their messages in each individual room using the `!community redact` command. + use the `guests` subcommand to see who is in a room but NOT a member of the parent space (invited guests) e.g. `!community guests #myroom:alias.here`.