mirror of https://github.com/vector-im/riot-web
Merge pull request #11275 from vector-im/travis/mjolnir
Add labs documentation for Mjolnirpull/11381/head
commit
2561e3a64f
10
docs/labs.md
10
docs/labs.md
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue