From d3778ab1fdb66095dfc85c2ab6079ada60cdf9a8 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 11 Nov 2019 13:59:32 +0000 Subject: [PATCH] Add description of user info feature --- docs/labs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/labs.md b/docs/labs.md index e4a29f3b8a..08c6e06822 100644 --- a/docs/labs.md +++ b/docs/labs.md @@ -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.