Skip to content

Commit

Permalink
Change: #93 引用投稿よりも添付画像を先に表示 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode authored Oct 20, 2023
1 parent 42c613b commit 292fbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/mastodon/components/status.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -669,12 +669,12 @@ class Status extends ImmutablePureComponent {
{...statusContentProps}
/>

{(!status.get('spoiler_text') || expanded) && quote}

{(!isCardMediaWithSensitive || !status.get('hidden')) && media}

{(!status.get('spoiler_text') || expanded) && hashtagBar}

{(!status.get('spoiler_text') || expanded) && quote}

{emojiReactionsBar}

<StatusActionBar scrollKey={scrollKey} status={status} account={account} onFilter={matchedFilters ? this.handleFilterClick : null} {...other} />
Expand Down

0 comments on commit 292fbbb

Please sign in to comment.