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 <Message
text={i18n('icu:ConversationDetails--member-label--hello')} text={i18n('icu:ConversationDetails--member-label--hello')}
author={{ ...me }} author={{ ...me, isMe: false }}
contactLabel={contactLabelForMessage} contactLabel={contactLabelForMessage}
contactNameColor={ourColor} contactNameColor={ourColor}
renderingContext="ConversationDetails/GroupMemberLabelEditor" renderingContext="ConversationDetails/GroupMemberLabelEditor"