Skip to content

Commit

Permalink
Enable rust cryptography on develop.element.io (#26291)
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 authored Oct 24, 2023
1 parent 3389380 commit 06e0345
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://call.element.dev"
Expand Down

0 comments on commit 06e0345

Please sign in to comment.