Clean up leftover from DM conversation view redesign

This commit is contained in:
Thibaut Girka
2020-09-15 17:58:05 +02:00
committed by ThibG
parent afa753a890
commit ae698469d0
3 changed files with 6 additions and 6 deletions

View File

@ -694,7 +694,7 @@ class Status extends ImmutablePureComponent {
collapsed: isCollapsed,
'has-background': isCollapsed && background,
'status__wrapper-reply': !!status.get('in_reply_to_id'),
read: unread === false,
unread,
muted,
}, 'focusable');