From a0de2254f3c3f7335891d85b51a994b9b2da87d0 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 16 Jan 2023 15:00:03 +0000 Subject: [PATCH] Change the rageshake "app" for auto-rageshakes (#9909) It's super-confusing to have most auto-rageshakes going to one rageshake app, but a few to the main app. Let's change the default so we can stop it happening. --- src/IConfigOptions.ts | 2 +- src/SdkConfig.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/IConfigOptions.ts b/src/IConfigOptions.ts index fffa3fbb9f..8234f5bc75 100644 --- a/src/IConfigOptions.ts +++ b/src/IConfigOptions.ts @@ -99,7 +99,7 @@ export interface IConfigOptions { features?: Record; // bug_report_endpoint_url?: string; // omission disables bug reporting - uisi_autorageshake_app?: string; + uisi_autorageshake_app?: string; // defaults to "element-auto-uisi" sentry?: { dsn: string; environment?: string; // "production", etc diff --git a/src/SdkConfig.ts b/src/SdkConfig.ts index 06fd7f45e6..5aaab6e2f4 100644 --- a/src/SdkConfig.ts +++ b/src/SdkConfig.ts @@ -27,6 +27,8 @@ export const DEFAULTS: IConfigOptions = { integrations_ui_url: "https://scalar.vector.im/", integrations_rest_url: "https://scalar.vector.im/api", bug_report_endpoint_url: null, + uisi_autorageshake_app: "element-auto-uisi", + jitsi: { preferred_domain: "meet.element.io", },