Ensure quote posts have no collection previews (#39082)
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user