mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Member Labels: Show label in quotes of your own messages
This commit is contained in:
@@ -477,7 +477,7 @@ export function Quote(props: Props): React.JSX.Element | null {
|
||||
) : (
|
||||
<>
|
||||
{title}
|
||||
{authorLabel && !isFromMe ? (
|
||||
{authorLabel ? (
|
||||
<>
|
||||
{' '}
|
||||
<GroupMemberLabel context="quote" contactLabel={authorLabel} />
|
||||
|
||||
Reference in New Issue
Block a user