Remove preview cards from fav and boost notifications (#20335)

Fixes #20329
th-downstream
Claire 2 years ago committed by GitHub
parent f0fa19d118
commit 0161fa9745

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

Loading…
Cancel
Save