Skip to content

Commit

Permalink
Merge pull request #1518 from element-hq/valere/rust_rollout_phase_1
Browse files Browse the repository at this point in the history
Start rolling out rust crypto stack to existing users
  • Loading branch information
BillCarsonFr authored Apr 4, 2024
2 parents f619aa7 + ce3e00c commit 55bc807
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions element.io/nightly/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
"feature_video_rooms": true,
"feature_element_call_video_rooms": true
},
"setting_defaults": {
"RustCrypto.staged_rollout_percent": 100
},
"element_call": {
"url": "https://call.element.dev"
},
Expand Down
5 changes: 4 additions & 1 deletion element.io/release/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"api_host": "https://posthog.element.io"
},
"privacy_policy_url": "https://element.io/cookie-policy",
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
"setting_defaults": {
"RustCrypto.staged_rollout_percent": 10
}
}

0 comments on commit 55bc807

Please sign in to comment.