Skip to content

Commit

Permalink
Enable rust cryptography on develop.element.io
Browse files Browse the repository at this point in the history
Once this lands, *existing* sessions will continue to use legacy crypto, but
*new* logins will use rust crypto.
  • Loading branch information
richvdh committed Oct 3, 2023
1 parent c6e1a3d commit a471968
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion element.io/develop/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
},
"privacy_policy_url": "https://element.io/cookie-policy",
"features": {
"feature_video_rooms": true
"feature_video_rooms": true,
"feature_rust_crypto": true,
},
"element_call": {
"url": "https://element-call-livekit.netlify.app"
Expand Down

0 comments on commit a471968

Please sign in to comment.