From 655de329906045b4cf4bba9139016c213792f443 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 19 May 2026 16:14:25 +0200 Subject: [PATCH] Ensure quote posts have no collection previews (#39082) --- app/javascript/mastodon/components/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/components/status.jsx b/app/javascript/mastodon/components/status.jsx index 5e72d8e545..c909f9f0b1 100644 --- a/app/javascript/mastodon/components/status.jsx +++ b/app/javascript/mastodon/components/status.jsx @@ -566,7 +566,7 @@ class Status extends ImmutablePureComponent { /> ); } - } else if (status.get('tagged_collections').size) { + } else if (status.get('tagged_collections').size && !status.get('quote')) { const firstLinkedCollection = status.get('tagged_collections').first(); if (firstLinkedCollection) { media = (