Remove link card preview from notification

This commit is contained in:
KMY 2023-08-15 18:40:30 +09:00
parent 285e2f82c8
commit 93b46301d6

View file

@ -552,7 +552,7 @@ class Status extends ImmutablePureComponent {
</Bundle>
);
}
} else if (status.get('card')) {
} else if (status.get('card') && !this.props.muted) {
media = (
<Card
onOpenMedia={this.handleOpenMedia}