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