Bluesky app fork with some witchin' additions 💫

more text elements missing emoji prop (#9301)

authored by samuel.fm and committed by

GitHub f15a949e bb908a55

+6 -3
+2 -1
src/components/RichTextTag.tsx
··· 96 96 onLongPress={createStaticClick(menuProps.onPress).onPress} 97 97 accessibilityHint={hint} 98 98 label={label} 99 - style={textStyle}> 99 + style={textStyle} 100 + emoji> 100 101 {isNative ? ( 101 102 display 102 103 ) : (
+2 -1
src/view/com/posts/PostFeedReason.tsx
··· 100 100 t.atoms.text_contrast_medium, 101 101 a.font_medium, 102 102 a.leading_snug, 103 - ]}> 103 + ]} 104 + emoji> 104 105 {reposter} 105 106 </WebOnlyInlineLinkText> 106 107 </ProfileHoverCard>
+2 -1
src/view/com/util/FeedInfoText.tsx
··· 27 27 to={href} 28 28 label={displayName} 29 29 style={style} 30 - numberOfLines={numberOfLines}> 30 + numberOfLines={numberOfLines} 31 + emoji> 31 32 {sanitizeDisplayName(displayName)} 32 33 </WebOnlyInlineLinkText> 33 34 )