Hide quote counts for quotegated posts

This commit is contained in:
Eric Bailey
2024-08-28 16:22:05 -05:00
parent 16d556c3c9
commit 31a13d2e4c
+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}