reblog enabled for own posts (community), it fixes dropdown order issue

This commit is contained in:
feruz 2020-01-10 19:51:37 +02:00
parent 115f69e348
commit 768de02d59

View File

@ -215,9 +215,9 @@ class PostDropdownContainer extends PureComponent {
} = this.props;
let _OPTIONS = OPTIONS;
if ((content && content.author === name) || get(content, 'reblogged_by[0]', null) === name) {
/*if ((content && content.author === name) || get(content, 'reblogged_by[0]', null) === name) {
_OPTIONS = OPTIONS.filter(item => item !== 'reblog');
}
}*/
return (
<Fragment>