add emoji prop to message displayname

This commit is contained in:
Samuel Newman
2026-05-06 15:39:50 +03:00
parent 9bf06a80a5
commit 951d912c7a
+3 -4
View File
@@ -442,10 +442,9 @@ let MessageItem = ({
t.atoms.text_contrast_medium,
a.pt_xs,
a.pb_2xs,
{
paddingLeft: DISPLAY_NAME_INSET,
},
]}>
{paddingLeft: DISPLAY_NAME_INSET},
]}
emoji>
{displayName}
</Text>
) : null}