From f15a949ef80661b6bfcb8e4725fd1e06bf7cbda8 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 29 Oct 2025 17:44:52 +0200 Subject: [PATCH] more text elements missing emoji prop (#9301) --- src/components/RichTextTag.tsx | 3 ++- src/view/com/posts/PostFeedReason.tsx | 3 ++- src/view/com/util/FeedInfoText.tsx | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/RichTextTag.tsx b/src/components/RichTextTag.tsx index 93d2399bef..a24ebb15c2 100644 --- a/src/components/RichTextTag.tsx +++ b/src/components/RichTextTag.tsx @@ -96,7 +96,8 @@ export function RichTextTag({ onLongPress={createStaticClick(menuProps.onPress).onPress} accessibilityHint={hint} label={label} - style={textStyle}> + style={textStyle} + emoji> {isNative ? ( display ) : ( diff --git a/src/view/com/posts/PostFeedReason.tsx b/src/view/com/posts/PostFeedReason.tsx index 10ed25f911..89e341ea2c 100644 --- a/src/view/com/posts/PostFeedReason.tsx +++ b/src/view/com/posts/PostFeedReason.tsx @@ -100,7 +100,8 @@ export function PostFeedReason({ t.atoms.text_contrast_medium, a.font_medium, a.leading_snug, - ]}> + ]} + emoji> {reposter} diff --git a/src/view/com/util/FeedInfoText.tsx b/src/view/com/util/FeedInfoText.tsx index 69476c9903..c36874ee64 100644 --- a/src/view/com/util/FeedInfoText.tsx +++ b/src/view/com/util/FeedInfoText.tsx @@ -27,7 +27,8 @@ export function FeedNameText({ to={href} label={displayName} style={style} - numberOfLines={numberOfLines}> + numberOfLines={numberOfLines} + emoji> {sanitizeDisplayName(displayName)} )