diff --git a/docs/advanced/abuse_management.md b/docs/advanced/abuse_management.md index 97d1399..97a8720 100644 --- a/docs/advanced/abuse_management.md +++ b/docs/advanced/abuse_management.md @@ -6,16 +6,21 @@ date: 2021-08-03T20:30:00+02:00 # Abuse Management our matrix instance has a moderation tool [mjolnir](https://github.com/matrix-org/mjolnir). -you are welcome to join [#abuse:envs.net](https://matrix.to/#/#abuse:envs.net) to report known spammers and evil peoples. +!!! info + you are welcome to join [#abuse:envs.net](https://matrix.to/#/#abuse:envs.net) to report people for inappropriate behavior. -to protect your own room from known spammers and evil accounts, you can simply give [@mjolnir:envs.net](https://matrix.to/#/@mjolnir:envs.net) -an **invite and admin Permissions to your room**. -(if you do not want to give @mjolnir:envs.net admin rights then you have to change the room permission `Change Server ACL` to `Moderator`. With this setting, @mjolnir:envs.net only needs moderator rights.) +to protect your own room from known spammers and evil accounts: + +- invite [@mjolnir:envs.net](https://matrix.to/#/@mjolnir:envs.net) and give the user admin Permissions. + + !!! tip + if you do not want to give @mjolnir:envs.net admin rights then you have to change the room permission `Change Server ACL` to `Moderator`. With this setting, @mjolnir:envs.net only needs moderator permissions. + +- the abuse moderators then receive the invitation and have to confirm it. -the abuse moderators then receive the invitation and have to confirm it. after this step, the room is protected. -***notice:*** +## ignore people *(element feature_mjolnir)* you can also subscribe to our banlist to ignore the banned users even in unprotected rooms. @@ -25,6 +30,8 @@ and then activate in `settings` -> `labs` -> `Try out new ways to ignore people` in the last step you need to subscribe our banlist: [#envs-ban-list:envs.net](https://matrix.to/#/#envs-ban-list:envs.net) (`!UyrSHIwWgbGsHjabGe:envs.net`) under `settings` -> `ignored users`. +![Screenshot of ignored people feature](/images/mjolnir_ignored_people.png) + ***official matrix.org banlists:*** - [#matrix-org-coc-bl:matrix.org](https://matrix.to/#/#matrix-org-coc-bl:matrix.org) (coc violations) diff --git a/docs/images/mjolnir_ignored_people.png b/docs/images/mjolnir_ignored_people.png new file mode 100644 index 0000000..9a15791 Binary files /dev/null and b/docs/images/mjolnir_ignored_people.png differ