From c13e148b36aca9e3c8a87e88837a33c202dddd01 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Sat, 5 Aug 2023 00:16:18 +0800
Subject: [PATCH] How did I even code this

---
 src/components/status.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {