Compare commits

...

1 Commits

Author SHA1 Message Date
Eric Bailey 31a13d2e4c Hide quote counts for quotegated posts 2024-08-28 16:22:05 -05:00
+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}