Skip to content
Snippets Groups Projects
Unverified Commit 99734ac9 authored by Claire's avatar Claire Committed by GitHub
Browse files

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

Fixes #20329
parent 86232e68
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment