Hide quote counts for quotegated posts (#5011)

This commit is contained in:
Eric Bailey
2024-08-28 16:57:18 -05:00
committed by GitHub
parent 16d556c3c9
commit b136c44287
+3 -1
View File
@@ -398,7 +398,9 @@ let PostThreadItemLoaded = ({
</Text>
</Link>
) : null}
{post.quoteCount != null && post.quoteCount !== 0 ? (
{post.quoteCount != null &&
post.quoteCount !== 0 &&
!post.viewer?.embeddingDisabled ? (
<Link
style={styles.expandedInfoItem}
href={quotesHref}