From e0c11e1dffe410b432bfefc4d80a2425aa414b2f Mon Sep 17 00:00:00 2001 From: Faye Duxovni Date: Tue, 25 Jan 2022 11:53:42 -0500 Subject: [PATCH] Set app name for UISI autorageshakes in sample config and element.io configs (#20740) --- config.sample.json | 1 + element.io/app/config.json | 1 + element.io/develop/config.json | 1 + 3 files changed, 3 insertions(+) diff --git a/config.sample.json b/config.sample.json index 0a3882bff..40e55f711 100644 --- a/config.sample.json +++ b/config.sample.json @@ -23,6 +23,7 @@ "https://scalar-staging.riot.im/scalar/api" ], "bug_report_endpoint_url": "https://element.io/bugreports/submit", + "uisi_autorageshake_app": "element-auto-uisi", "defaultCountryCode": "GB", "showLabsSettings": false, "features": { }, diff --git a/element.io/app/config.json b/element.io/app/config.json index 74606d02f..fd37bbfd7 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -12,6 +12,7 @@ ], "hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web", "bug_report_endpoint_url": "https://element.io/bugreports/submit", + "uisi_autorageshake_app": "element-auto-uisi", "showLabsSettings": false, "piwik": { "url": "https://piwik.riot.im/", diff --git a/element.io/develop/config.json b/element.io/develop/config.json index fa2ef2d64..20bae686c 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -12,6 +12,7 @@ ], "hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web", "bug_report_endpoint_url": "https://element.io/bugreports/submit", + "uisi_autorageshake_app": "element-auto-uisi", "showLabsSettings": true, "piwik": { "url": "https://piwik.riot.im/",