Hide quote counts for quotegated posts
This commit is contained in:
@@ -398,7 +398,9 @@ let PostThreadItemLoaded = ({
|
|||||||
</Text>
|
</Text>
|
||||||
</Link>
|
</Link>
|
||||||
) : null}
|
) : null}
|
||||||
{post.quoteCount != null && post.quoteCount !== 0 ? (
|
{post.quoteCount != null &&
|
||||||
|
post.quoteCount !== 0 &&
|
||||||
|
!post.viewer?.embeddingDisabled ? (
|
||||||
<Link
|
<Link
|
||||||
style={styles.expandedInfoItem}
|
style={styles.expandedInfoItem}
|
||||||
href={quotesHref}
|
href={quotesHref}
|
||||||
|
|||||||
Reference in New Issue
Block a user