This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
default to local timeline on mobile
closed-social-glitch-2
欧醚
1 year ago
parent
4b1d586872
commit
35f4ac0636
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
/
>
;
}
Write
Preview
Loading…
Cancel
Save