Skip to content

Commit

Permalink
fixup! add-limited-visibility-icon-to-status
Browse files Browse the repository at this point in the history
  • Loading branch information
noellabo committed Sep 5, 2020
1 parent 679aa8a commit 7013a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/components/status_action_bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ class StatusActionBar extends ImmutablePureComponent {
menu.push(null);

if (status.getIn(['account', 'id']) === me && status.get('visibility') === 'limited' && !status.get('in_reply_to_id')) {
menu.push({ text: intl.formatMessage(messages.show_member_list), action: this.handleMemberListClick });
menu.push({ text: intl.formatMessage(messages.showMemberList), action: this.handleMemberListClick });
menu.push(null);
}

Expand Down

0 comments on commit 7013a22

Please sign in to comment.