Change preview cards to be shown when Content Warnings are expanded (#33827)

This commit is contained in:
Claire 2025-02-04 11:40:43 +01:00 committed by Sunoru
parent 1999ebe6ff
commit 2c6c2b31e6
Signed by: sunoru
GPG key ID: 442B84461FD0355A

View file

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