mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-06 19:21:08 +01:00
Merge pull request #11408 from vector-im/jryans/cross-signing-flag
Add cross-signing labs flag to develop and document
This commit is contained in:
commit
fe6006f275
@ -67,3 +67,9 @@ An implementation of [MSC2241](https://github.com/matrix-org/matrix-doc/pull/224
|
|||||||
## New user info panel (`feature_user_info_panel`)
|
## 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.
|
A new implementation of the user & member info panel, designed to share more code between showing community members & room members.
|
||||||
|
|
||||||
|
## Cross-signing (`feature_cross_signing`)
|
||||||
|
|
||||||
|
Cross-signing ([MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756))
|
||||||
|
improves the device verification experience by allowing you to verify a user
|
||||||
|
instead of verifying each of their devices.
|
||||||
|
|||||||
@ -20,7 +20,8 @@
|
|||||||
"feature_many_integration_managers": "labs",
|
"feature_many_integration_managers": "labs",
|
||||||
"feature_mjolnir": "labs",
|
"feature_mjolnir": "labs",
|
||||||
"feature_user_info_panel": "labs",
|
"feature_user_info_panel": "labs",
|
||||||
"feature_dm_verification": "labs"
|
"feature_dm_verification": "labs",
|
||||||
|
"feature_cross_signing": "labs"
|
||||||
},
|
},
|
||||||
"welcomeUserId": "@riot-bot:matrix.org",
|
"welcomeUserId": "@riot-bot:matrix.org",
|
||||||
"piwik": {
|
"piwik": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user