Browse Source

修复favicon, 为所有评论显示show thread

pull/4/head
欧醚 4 years ago
parent
commit
e5c6a02ae4
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/mastodon/components/status.js
  2. BIN
     

+ 1
- 1
app/javascript/mastodon/components/status.js View File

@ -512,7 +512,7 @@ class Status extends ImmutablePureComponent {
{media}
{showThread && status.get('in_reply_to_id') && status.get('in_reply_to_account_id') === status.getIn(['account', 'id']) && (
{showThread && status.get('in_reply_to_id') && (
<button className='status__content__read-more-button' onClick={this.handleClick}>
<FormattedMessage id='status.show_thread' defaultMessage='Show thread' />
</button>

BIN
View File


Loading…
Cancel
Save