Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon-fork
Commits
5ff06f0f
Commit
5ff06f0f
authored
3 years ago
by
mashirozx
Browse files
Options
Download
Email Patches
Plain Diff
fix: local & public timeline route
parent
0607fa8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/javascript/mastodon/features/ui/index.js
+2
-2
app/javascript/mastodon/features/ui/index.js
with
2 additions
and
2 deletions
+2
-2
app/javascript/mastodon/features/ui/index.js
+
2
-
2
View file @
5ff06f0f
...
...
@@ -155,8 +155,8 @@ class SwitchingColumnsArea extends React.PureComponent {
<
WrappedRoute
path
=
'
/keyboard-shortcuts
'
component
=
{
KeyboardShortcuts
}
content
=
{
children
}
/
>
<
WrappedRoute
path
=
{[
'
/home
'
,
'
/timelines/home
'
]}
component
=
{
HomeTimeline
}
content
=
{
children
}
/
>
<
WrappedRoute
path
=
{[
'
/public
'
,
'
/timelines/public
'
]}
exact
component
=
{
PublicTimeline
}
content
=
{
children
}
/
>
<
WrappedRoute
path
=
{[
'
/public/local
'
,
'
/timelines/public/local
'
]}
exact
component
=
{
CommunityTimeline
}
content
=
{
children
}
/
>
<
WrappedRoute
path
=
{[
'
/public
'
,
'
/timelines/public
'
,
'
/federated
'
]}
exact
component
=
{
PublicTimeline
}
content
=
{
children
}
/
>
<
WrappedRoute
path
=
{[
'
/public/local
'
,
'
/timelines/public/local
'
,
'
/local
'
]}
exact
component
=
{
CommunityTimeline
}
content
=
{
children
}
/
>
<
WrappedRoute
path
=
{[
'
/conversations
'
,
'
/timelines/direct
'
]}
component
=
{
DirectTimeline
}
content
=
{
children
}
/
>
<
WrappedRoute
path
=
'
/tags/:id
'
component
=
{
HashtagTimeline
}
content
=
{
children
}
/
>
<
WrappedRoute
path
=
'
/lists/:id
'
component
=
{
ListTimeline
}
content
=
{
children
}
/
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets