mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 08:13:37 +01:00
GroupMemberLabelEditor: Don't show 'you', show your profile name
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user