[Chat] Minor bugfixes (#10284)

This commit is contained in:
Samuel Newman
2026-04-17 10:50:52 -07:00
committed by GitHub
parent bc9ad2c2d9
commit 591504307d
2 changed files with 6 additions and 2 deletions
-1
View File
@@ -28,7 +28,6 @@ let MessageItemEmbed = ({
<MessageContextProvider>
<View
style={[
isFromSelf ? a.mr_sm : a.ml_sm,
t.atoms.bg,
a.rounded_md,
native({
+6 -1
View File
@@ -156,7 +156,12 @@ function ProfileHeaderReady({
moderation={moderation.ui('avatar')}
disableHoverCard={moderation.blocked}
/>
<ProfileBadges profile={profile} size="md" style={[a.pl_xs]} />
<View style={[a.flex_row, a.align_center, a.flex_1]}>
<Text style={[a.text_md, a.font_semi_bold]} numberOfLines={1}>
{displayName}
</Text>
<ProfileBadges profile={profile} size="md" style={[a.pl_xs]} />
</View>
</Link>
}
muted={convoState.convo?.muted}