Merge pull request #27032 from element-hq/valere/rust_rollout_phase_1

Update app.element.io configuration to migrate 10% of existing users to the new rust crypto stack
pull/27287/head
Valere 2024-04-04 08:09:15 +00:00 committed by GitHub
commit 15c177d8b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -43,5 +43,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
}
}