From 18b9052c575fe8b4ea85144675f9e65532dd3611 Mon Sep 17 00:00:00 2001 From: Valere Date: Mon, 19 Feb 2024 10:25:40 +0100 Subject: [PATCH] Migrate 10% of existing users to rust in app --- element.io/app/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/element.io/app/config.json b/element.io/app/config.json index 88b5b2ddfc..2ea4ce7c61 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -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 + } }