From 6db587d78b57a9f8219c237722fa05814c102f4f Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 19 May 2026 16:14:25 +0200 Subject: [PATCH] [Glitch] Ensure quote posts have no collection previews Port 655de329906045b4cf4bba9139016c213792f443 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/components/status.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/components/status.jsx b/app/javascript/flavours/glitch/components/status.jsx index b64499e0c4..1786ac902e 100644 --- a/app/javascript/flavours/glitch/components/status.jsx +++ b/app/javascript/flavours/glitch/components/status.jsx @@ -661,7 +661,7 @@ class Status extends ImmutablePureComponent { ); } mediaIcons.push('link'); - } else if (status.get('tagged_collections').size && settings.get('inline_preview_cards') && !this.props.muted) { + } else if (status.get('tagged_collections').size && !status.get('quote') && settings.get('inline_preview_cards') && !this.props.muted) { const firstLinkedCollection = status.get('tagged_collections').first(); if (firstLinkedCollection) { media = (