Skip to content

Commit bea0dab

Browse files
committed
Update cross-signing feature docs and document fallback procedures
For matrix-org/matrix-react-sdk#4416
1 parent b5e8e5c commit bea0dab

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

docs/labs.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,24 @@ An implementation of [MSC2241](https://github.com/matrix-org/matrix-doc/pull/224
6767

6868
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.
6969

70-
## Cross-signing (in development) (`feature_cross_signing`)
70+
## Cross-signing
7171

7272
Cross-signing ([MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756))
7373
improves the device verification experience by allowing you to verify a user
7474
instead of verifying each of their devices.
7575

76-
This feature is still in development and will be landing in several chunks.
76+
The feature is enabled by default and does not follow a traditional labs flag
77+
at the moment. If something goes wrong, add this to your config to disable it:
78+
```json
79+
{
80+
"settingDefaults": {
81+
"feature_cross_signing": false
82+
}
83+
}
84+
```
85+
86+
The setting will be removed in a future release, enabling it non-optionally for
87+
all users.
7788

7889
## Event indexing and E2EE search support using Seshat (`feature_event_indexing`)
7990

0 commit comments

Comments
 (0)