Skip to content

Commit

Permalink
不要な変更を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Oct 28, 2023
1 parent b6e51e9 commit 5814d7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
46 changes: 0 additions & 46 deletions app/javascript/mastodon/features/compose_page/index.jsx

This file was deleted.

1 change: 1 addition & 0 deletions app/javascript/mastodon/features/ui/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class SwitchingColumnsArea extends PureComponent {
<WrappedRoute path='/directory' component={Directory} content={children} />
<WrappedRoute path={['/explore', '/search']} component={Explore} content={children} />
<WrappedRoute path={['/publish', '/statuses/new']} component={Compose} content={children} />

<WrappedRoute path={['/@:acct', '/accounts/:id']} exact component={AccountTimeline} content={children} />
<WrappedRoute path='/@:acct/tagged/:tagged?' exact component={AccountTimeline} content={children} />
<WrappedRoute path={['/@:acct/with_replies', '/accounts/:id/with_replies']} component={AccountTimeline} content={children} componentParams={{ withReplies: true }} />
Expand Down

0 comments on commit 5814d7f

Please sign in to comment.