You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Remove stale #start
route as it hasn't been used in a long time (#12608)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
25e4515c3c
commit
7802346ebb
@@ -1757,11 +1757,6 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
|||||||
dis.dispatch({
|
dis.dispatch({
|
||||||
action: Action.ViewHomePage,
|
action: Action.ViewHomePage,
|
||||||
});
|
});
|
||||||
} else if (screen === "start") {
|
|
||||||
this.showScreen("home");
|
|
||||||
dis.dispatch({
|
|
||||||
action: "require_registration",
|
|
||||||
});
|
|
||||||
} else if (screen === "directory") {
|
} else if (screen === "directory") {
|
||||||
dis.fire(Action.ViewRoomDirectory);
|
dis.fire(Action.ViewRoomDirectory);
|
||||||
} else if (screen === "start_sso" || screen === "start_cas") {
|
} else if (screen === "start_sso" || screen === "start_cas") {
|
||||||
|
Reference in New Issue
Block a user