Skip to content

Commit

Permalink
Merge pull request #11275 from vector-im/travis/mjolnir
Browse files Browse the repository at this point in the history
Add labs documentation for Mjolnir
  • Loading branch information
turt2live authored Nov 12, 2019
2 parents 67b87e2 + 5041e6f commit 2561e3a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/labs.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ That's it. Now should see your new counter under the header.

Exposes a way to access all the integration managers known to Riot. This is an implementation of [MSC1957](https://github.com/matrix-org/matrix-doc/pull/1957).

## New ways to ignore people (`feature_mjolnir`)

When enabled, a new settings tab appears for users to be able to manage their ban lists.
This is a different kind of ignoring where the ignored user's messages still get rendered,
but are hidden by default.

Ban lists are rooms within Matrix, proposed as [MSC2313](https://github.com/matrix-org/matrix-doc/pull/2313).
[Mjolnir](https://github.com/matrix-org/mjolnir) is a set of moderation tools which support
ban lists.

## Verifications in DMs (`feature_dm_verification`)

An implementation of [MSC2241](https://github.com/matrix-org/matrix-doc/pull/2241). When enabled, verification might not work with devices which don't support MSC2241.
Expand Down
1 change: 1 addition & 0 deletions riot.im/develop/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"feature_custom_tags": "labs",
"feature_state_counters": "labs",
"feature_many_integration_managers": "labs",
"feature_mjolnir": "labs"
"feature_user_info_panel": "labs",
"feature_dm_verification": "labs"
},
Expand Down

0 comments on commit 2561e3a

Please sign in to comment.