- We are currently{" "}
+ Legacy voice is no longer supported,{" "}
- rebuilding the client
- {" "}
- and{" "}
-
- the voice server
- {" "}
- from scratch.
-
-
- The old voice should work in most cases, but it may
- inexplicably not connect in some scenarios and / or
- exhibit weird behaviour.
+ href="https://stoat.chat/app"
+ target="_blank">
+ use the new app
+
+ .
diff --git a/src/revision.ts b/src/revision.ts
index 93402bf7..769dc063 100644
--- a/src/revision.ts
+++ b/src/revision.ts
@@ -1,7 +1,7 @@
/* eslint-disable */
// Strings needs to be explictly stated here as they can cause type issues elsewhere.
-export const REPO_URL: string = "https://github.com/revoltchat/revite/commit";
+export const REPO_URL: string = "https://github.com/stoatchat/for-legacy-web/commit";
export const GIT_REVISION: string = "__GIT_REVISION__";
export const GIT_BRANCH: string = "__GIT_BRANCH__";