Remove link card preview from notification
This commit is contained in:
parent
285e2f82c8
commit
93b46301d6
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ class Status extends ImmutablePureComponent {
|
||||||
</Bundle>
|
</Bundle>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else if (status.get('card')) {
|
} else if (status.get('card') && !this.props.muted) {
|
||||||
media = (
|
media = (
|
||||||
<Card
|
<Card
|
||||||
onOpenMedia={this.handleOpenMedia}
|
onOpenMedia={this.handleOpenMedia}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue