Merge pull request #11426 from vector-im/bwindels/merge-userinfo-flag

Merge the `feature_user_info_panel` flag into `feature_dm_verification`
pull/11429/head
Bruno Windels 2019-11-19 13:34:14 +00:00 committed by GitHub
commit 47772f520d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -64,9 +64,7 @@ ban lists.
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.
This also includes a new implementation of the user & member info panel, designed to share more code between showing community members & room members. Built on top of this new panel is also a new UX for verification from the member panel.
## Cross-signing (`feature_cross_signing`)

View File

@ -19,7 +19,6 @@
"feature_state_counters": "labs",
"feature_many_integration_managers": "labs",
"feature_mjolnir": "labs",
"feature_user_info_panel": "labs",
"feature_dm_verification": "labs",
"feature_cross_signing": "labs"
},