Member Labels: Show label in quotes of your own messages

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal
2026-02-23 12:06:35 -06:00
committed by GitHub
parent 4fedbb2237
commit d83eac4fcd

View File

@@ -477,7 +477,7 @@ export function Quote(props: Props): React.JSX.Element | null {
) : (
<>
{title}
{authorLabel && !isFromMe ? (
{authorLabel ? (
<>
{' '}
<GroupMemberLabel context="quote" contactLabel={authorLabel} />