|
|
@ -475,6 +475,7 @@ export default class Status extends ImmutablePureComponent { |
|
|
|
const computedClass = classNames('status', `status-${status.get('visibility')}`, { |
|
|
|
const computedClass = classNames('status', `status-${status.get('visibility')}`, { |
|
|
|
collapsed: isCollapsed, |
|
|
|
collapsed: isCollapsed, |
|
|
|
'has-background': isCollapsed && background, |
|
|
|
'has-background': isCollapsed && background, |
|
|
|
|
|
|
|
'status__wrapper-reply': !!status.get('in_reply_to_id'), |
|
|
|
muted, |
|
|
|
muted, |
|
|
|
}, 'focusable'); |
|
|
|
}, 'focusable'); |
|
|
|
|
|
|
|
|
|
|
|