Ensure quote posts have no collection previews (#39082)
This commit is contained in:
parent
99db6a1910
commit
655de32990
@ -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();
|
const firstLinkedCollection = status.get('tagged_collections').first();
|
||||||
if (firstLinkedCollection) {
|
if (firstLinkedCollection) {
|
||||||
media = (
|
media = (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user