From 00c7572cd0125c11906abcef6b30c61f8fb58c8f Mon Sep 17 00:00:00 2001 From: Taureon <45183108+Taureon@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:30:46 +0200 Subject: [PATCH] chore: update hardcoded domain to be stoat.chat instead of beta.revolt.chat (#196) Co-authored-by: stoat-tofu[bot] <242700035+stoat-tofu[bot]@users.noreply.github.com> --- src/native/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/window.ts b/src/native/window.ts index 3cc68c8..b73698a 100644 --- a/src/native/window.ts +++ b/src/native/window.ts @@ -21,7 +21,7 @@ export let mainWindow: BrowserWindow; export const BUILD_URL = new URL( app.commandLine.hasSwitch("force-server") ? app.commandLine.getSwitchValue("force-server") - : /*MAIN_WINDOW_VITE_DEV_SERVER_URL ??*/ "https://beta.revolt.chat", + : /*MAIN_WINDOW_VITE_DEV_SERVER_URL ??*/ "https://stoat.chat/app", ); // internal window state