[Chat] Add emoji prop to message displayname (#10431)

This commit is contained in:
Samuel Newman
2026-05-06 17:39:11 +01:00
committed by GitHub
parent 26ca0a671b
commit 7c22abcb66
+3 -4
View File
@@ -440,10 +440,9 @@ let MessageItem = ({
t.atoms.text_contrast_medium, t.atoms.text_contrast_medium,
a.pt_xs, a.pt_xs,
a.pb_2xs, a.pb_2xs,
{ {paddingLeft: DISPLAY_NAME_INSET},
paddingLeft: DISPLAY_NAME_INSET, ]}
}, emoji>
]}>
{displayName} {displayName}
</Text> </Text>
) : null} ) : null}