Compare commits

..
Author SHA1 Message Date
072aa3c337
add guide for common matrix moderation actions
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (pull_request) Successful in 2m34s
/ Ansible Lint (push) Successful in 2m36s
/ cleanup-staging (pull_request) Successful in 3s
2026-09-05 18:35:39 +02:00

View file

@ -6,7 +6,7 @@ title: "Matrix: Taking Moderation Action"
Perform common moderation actions in Matrix using our moderation bot
See the [Matrix-Moderation](/docs/concepts-and-configurations/matrix-moderation.md) Concept for an overview on how the moderation system functions.
See the [Matrix-Moderation](../concepts-and-configurations/matrix-moderation.md) Concept for an overview on how the moderation system functions.
All bot actions are triggered through the *CCCHH Moderation Management* room.
@ -34,7 +34,7 @@ All bot actions are triggered through the *CCCHH Moderation Management* room.
- `<reason>` should be supplied and supports quotation (`"<reason>") if more than one word is used
- When a domain is banned, we usually also ban all subdomains too. This needs to be done in two separate commands.
## Redacting Messages
## Redacting a single Message
```
!mjolnir redact <permalink>
@ -42,3 +42,11 @@ All bot actions are triggered through the *CCCHH Moderation Management* room.
- `<permalink>` is **not** the message ID but the actual *https://matrix.to/#blablabla* link that can be retrieved with most clients through a *Share* or *Copy link to Message* button on an individual message.
## Redacting all Messages of a User
```
!mjolnir redact <user-id>
```
- `user-id` the Matrix-ID of the user of whom all messages in all rooms should be redacted (e.g. `@bla:example.com`).