Skip to content

Commit 3800fe0

Browse files
committed
Use io.element instead of im.vector
This also fixes casing as well to match the latest thinking.
1 parent fa265e4 commit 3800fe0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/e2ee.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Set the following on your homeserver's
1010

1111
```json
1212
{
13-
"im.vector.e2ee": {
13+
"io.element.e2ee": {
1414
"default": false
1515
}
1616
}
@@ -29,8 +29,8 @@ following on your homeserver's `/.well-known/matrix/client` config:
2929

3030
```json
3131
{
32-
"im.vector.e2ee": {
33-
"secureBackupRequired": true
32+
"io.element.e2ee": {
33+
"secure_backup_required": true
3434
}
3535
}
3636
```
@@ -39,4 +39,4 @@ following on your homeserver's `/.well-known/matrix/client` config:
3939

4040
The settings above were first proposed under a `im.vector.riot.e2ee` key, which
4141
is now deprecated. Element will check for either key, preferring
42-
`im.vector.e2ee` if both exist.
42+
`io.element.e2ee` if both exist.

0 commit comments

Comments
 (0)