Browse Source

default to local timeline on mobile

closed-social-glitch-2
欧醚 1 year ago
parent
commit
35f4ac0636
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/features/ui/index.jsx

+ 1
- 1
app/javascript/flavours/glitch/features/ui/index.jsx View File

@ -172,7 +172,7 @@ class SwitchingColumnsArea extends React.PureComponent {
if (signedIn) {
if (mobile) {
redirect = <Redirect from='/' to='/home' exact />;
redirect = <Redirect from='/' to='/public/local' exact />;
} else {
redirect = <Redirect from='/' to='/getting-started' exact />;
}

Loading…
Cancel
Save