Improve consistency of display name blurring

This commit is contained in:
Paul Frazee
2024-03-02 12:03:21 -08:00
parent bde59a6de5
commit d1ffe94b00
8 changed files with 19 additions and 7 deletions
@@ -268,6 +268,7 @@ let PostThreadItemLoaded = ({
{sanitizeDisplayName(
post.author.displayName ||
sanitizeHandle(post.author.handle),
moderation.ui('displayName'),
)}
</Text>
</Link>
@@ -469,6 +470,7 @@ let PostThreadItemLoaded = ({
}>
<PostMeta
author={post.author}
moderation={moderation}
authorHasWarning={!!post.author.labels?.length}
timestamp={post.indexedAt}
postHref={postHref}