GroupMemberLabelEditor: Don't show 'you', show your profile name

This commit is contained in:
Scott Nonnenberg
2026-02-25 03:50:25 +10:00
committed by GitHub
parent a9f64ce94e
commit d38277e2ce

View File

@@ -213,7 +213,7 @@ export function GroupMemberLabelEditor({
>
<Message
text={i18n('icu:ConversationDetails--member-label--hello')}
author={{ ...me }}
author={{ ...me, isMe: false }}
contactLabel={contactLabelForMessage}
contactNameColor={ourColor}
renderingContext="ConversationDetails/GroupMemberLabelEditor"