Ensure quote posts have no collection previews (#39082)

This commit is contained in:
diondiondion
2026-05-19 16:14:25 +02:00
committed by GitHub
parent 99db6a1910
commit 655de32990

View File

@@ -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 = (