From 7802346ebbd4c7790302f75ce9778858c8ae1eaa Mon Sep 17 00:00:00 2001
From: Michael Telatynski <7t3chguy@gmail.com>
Date: Thu, 13 Jun 2024 08:46:05 +0100
Subject: [PATCH] Remove stale `#start` route as it hasn't been used in a long
 time (#12608)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
---
 src/components/structures/MatrixChat.tsx | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/components/structures/MatrixChat.tsx b/src/components/structures/MatrixChat.tsx
index 4049248111..adee652751 100644
--- a/src/components/structures/MatrixChat.tsx
+++ b/src/components/structures/MatrixChat.tsx
@@ -1757,11 +1757,6 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
             dis.dispatch({
                 action: Action.ViewHomePage,
             });
-        } else if (screen === "start") {
-            this.showScreen("home");
-            dis.dispatch({
-                action: "require_registration",
-            });
         } else if (screen === "directory") {
             dis.fire(Action.ViewRoomDirectory);
         } else if (screen === "start_sso" || screen === "start_cas") {