Add description of user info feature

This commit is contained in:
Bruno Windels 2019-11-11 13:59:32 +00:00 committed by GitHub
parent ed551c375d
commit d3778ab1fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,3 +53,7 @@ Exposes a way to access all the integration managers known to Riot. This is an i
## 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.
## New user info panel (`feature_user_info_panel`)
A new implementation of the user & member info panel, designed to share more code between showing community members & room members.