Skip to content

Commit 8b0eafe

Browse files
committed
Document new .well-known for E2EE settings
This updates documentation about the new key in `.well-known` that we'll check for E2EE settings: `im.vector.e2ee`. Part of element-hq#14954
1 parent 48b994d commit 8b0eafe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/e2ee.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ Set the following on your homeserver's
99
`/.well-known/matrix/client` config:
1010
```json
1111
{
12-
"im.vector.riot.e2ee": {
12+
"im.vector.e2ee": {
1313
"default": false
1414
}
1515
}
1616
```
17+
18+
# Compatibility
19+
20+
The settings above were first proposed under a `im.vector.riot.e2ee` key, which
21+
is now deprecated. Element will check for either key, preferring
22+
`im.vector.e2ee` if both exist.

0 commit comments

Comments
 (0)