diff --git a/src/components/status.jsx b/src/components/status.jsx index 7a703a5a..1e7e83a0 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -1449,7 +1449,7 @@ function Card({ card, instance }) { if (snapStates.unfurledLinks[url]) return null; - if (hasText && (image || (!type !== 'photo' && blurhash))) { + if (hasText && (image || (type === 'photo' && blurhash))) { const domain = new URL(url).hostname.replace(/^www\./, ''); let blurhashImage; if (!image) {