[Chat] Minor bugfixes (#10284)
This commit is contained in:
@@ -28,7 +28,6 @@ let MessageItemEmbed = ({
|
|||||||
<MessageContextProvider>
|
<MessageContextProvider>
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
isFromSelf ? a.mr_sm : a.ml_sm,
|
|
||||||
t.atoms.bg,
|
t.atoms.bg,
|
||||||
a.rounded_md,
|
a.rounded_md,
|
||||||
native({
|
native({
|
||||||
|
|||||||
@@ -156,7 +156,12 @@ function ProfileHeaderReady({
|
|||||||
moderation={moderation.ui('avatar')}
|
moderation={moderation.ui('avatar')}
|
||||||
disableHoverCard={moderation.blocked}
|
disableHoverCard={moderation.blocked}
|
||||||
/>
|
/>
|
||||||
|
<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]} />
|
<ProfileBadges profile={profile} size="md" style={[a.pl_xs]} />
|
||||||
|
</View>
|
||||||
</Link>
|
</Link>
|
||||||
}
|
}
|
||||||
muted={convoState.convo?.muted}
|
muted={convoState.convo?.muted}
|
||||||
|
|||||||
Reference in New Issue
Block a user