io.element
im.vector
1 parent fa265e4 commit 3800fe0Copy full SHA for 3800fe0
1 file changed
docs/e2ee.md
@@ -10,7 +10,7 @@ Set the following on your homeserver's
10
11
```json
12
{
13
- "im.vector.e2ee": {
+ "io.element.e2ee": {
14
"default": false
15
}
16
@@ -29,8 +29,8 @@ following on your homeserver's `/.well-known/matrix/client` config:
29
30
31
32
33
- "secureBackupRequired": true
+ "secure_backup_required": true
34
35
36
```
@@ -39,4 +39,4 @@ following on your homeserver's `/.well-known/matrix/client` config:
39
40
The settings above were first proposed under a `im.vector.riot.e2ee` key, which
41
is now deprecated. Element will check for either key, preferring
42
-`im.vector.e2ee` if both exist.
+`io.element.e2ee` if both exist.
0 commit comments