th: components: detailed status: suppress cards on quote posts
parent
75f837b3a3
commit
c0d30ba101
|
@ -210,7 +210,7 @@ class DetailedStatus extends ImmutablePureComponent {
|
|||
);
|
||||
mediaIcons.push('picture-o');
|
||||
}
|
||||
} else if (status.get('card')) {
|
||||
} else if (!status.get('quote') && status.get('card')) {
|
||||
media.push(<Card sensitive={status.get('sensitive')} onOpenMedia={this.props.onOpenMedia} card={status.get('card')} />);
|
||||
mediaIcons.push('link');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue