Add labs documentation for Mjolnir

pull/11275/head
Travis Ralston 2019-10-31 13:21:15 -06:00
parent eab6ffe7db
commit 1b4f4b6b65
2 changed files with 8 additions and 1 deletions

View File

@ -49,3 +49,9 @@ That's it. Now should see your new counter under the header.
## Multiple integration managers (`feature_many_integration_managers`)
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.

View File

@ -27,7 +27,8 @@
"feature_sas": "labs",
"feature_room_breadcrumbs": "labs",
"feature_state_counters": "labs",
"feature_many_integration_managers": "labs"
"feature_many_integration_managers": "labs",
"feature_mjolnir": "labs"
},
"welcomeUserId": "@riot-bot:matrix.org",
"piwik": {