Clarify that cross-signing is in development

Expand on the development state of cross-signing in the labs docs.

Fixes https://github.com/vector-im/riot-web/issues/11492
This commit is contained in:
J. Ryan Stinnett 2019-11-25 14:29:28 +00:00 committed by Travis Ralston
parent 070d5fc6e8
commit 57c3e8f4da

View File

@ -66,8 +66,11 @@ An implementation of [MSC2241](https://github.com/matrix-org/matrix-doc/pull/224
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. 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`) ## Cross-signing (in development) (`feature_cross_signing`)
Cross-signing ([MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756)) Cross-signing ([MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756))
improves the device verification experience by allowing you to verify a user improves the device verification experience by allowing you to verify a user
instead of verifying each of their devices. instead of verifying each of their devices.
This feature is still in development and will be landing in several chunks in
the coming weeks.