Skip to content

Commit

Permalink
Fix: タイムライン上の公開範囲アイコン
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Nov 28, 2024
1 parent 3359008 commit 9bd0a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/components/status.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ class Status extends ImmutablePureComponent {
{withReference}
{withExpiration}
{withLimited}
<span className='status__visibility-icon'><VisibilityIcon visibility={status.get('visibility')} /></span>
<span className='status__visibility-icon'><VisibilityIcon visibility={status.get('visibility_ex')} /></span>
<RelativeTimestamp timestamp={status.get('created_at')} />{status.get('edited_at') && <abbr title={intl.formatMessage(messages.edited, { date: intl.formatDate(status.get('edited_at'), { year: 'numeric', month: 'short', day: '2-digit', hour: '2-digit', minute: '2-digit' }) })}> *</abbr>}
</Link>

Expand Down

0 comments on commit 9bd0a92

Please sign in to comment.