Add an icon to highlight polls behind a Content Warning

This commit is contained in:
Thibaut Girka 2019-03-06 12:21:18 +01:00 committed by ThibG
parent fefacb7b7a
commit 1bb23100b1
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ export default class Status extends ImmutablePureComponent {
attachments = status.get('media_attachments');
if (status.get('poll')) {
media = <PollContainer pollId={status.get('poll')} />;
mediaIcon = 'tasks';
} else if (attachments.size > 0) {
if (muted || attachments.some(item => item.get('type') === 'unknown')) {
media = (