Skip to content

Commit

Permalink
Change preview cards to be shown when Content Warnings are expanded (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Feb 4, 2025
1 parent c3e8078 commit 5212cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/mastodon/components/status.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,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}
Expand Down

0 comments on commit 5212cd4

Please sign in to comment.