mirror of https://github.com/vector-im/riot-web
Enable rust cryptography on develop.element.io (#26291)
Once this lands, *existing* sessions will continue to use legacy crypto, but *new* logins will use rust crypto.pull/26446/head
parent
33893809ed
commit
06e034519b
|
@ -48,7 +48,8 @@
|
||||||
},
|
},
|
||||||
"privacy_policy_url": "https://element.io/cookie-policy",
|
"privacy_policy_url": "https://element.io/cookie-policy",
|
||||||
"features": {
|
"features": {
|
||||||
"feature_video_rooms": true
|
"feature_video_rooms": true,
|
||||||
|
"feature_rust_crypto": true
|
||||||
},
|
},
|
||||||
"element_call": {
|
"element_call": {
|
||||||
"url": "https://call.element.dev"
|
"url": "https://call.element.dev"
|
||||||
|
|
Loading…
Reference in New Issue