0
0
Fork 0

Added toot visibility icons and removed Boost btn changing icon

This commit is contained in:
Ondřej Hruška 2017-07-07 09:30:25 +02:00 committed by beatrix
parent 7859e6ad45
commit d41cec90cf
3 changed files with 32 additions and 0 deletions

View file

@ -122,11 +122,13 @@ export default class StatusActionBar extends ImmutablePureComponent {
menu.push({ text: intl.formatMessage(messages.report, { name: status.getIn(['account', 'username']) }), action: this.handleReport });
}
/*
if (status.get('visibility') === 'direct') {
reblogIcon = 'envelope';
} else if (status.get('visibility') === 'private') {
reblogIcon = 'lock';
}
*/
if (status.get('in_reply_to_id', null) === null) {
replyIcon = 'reply';