From d83eac4fcd8fcfc637e937e78a681ea93a0a2788 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:06:35 -0600 Subject: [PATCH] Member Labels: Show label in quotes of your own messages Co-authored-by: Scott Nonnenberg --- ts/components/conversation/Quote.dom.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/conversation/Quote.dom.tsx b/ts/components/conversation/Quote.dom.tsx index d2d5f9fe17..49e954c350 100644 --- a/ts/components/conversation/Quote.dom.tsx +++ b/ts/components/conversation/Quote.dom.tsx @@ -477,7 +477,7 @@ export function Quote(props: Props): React.JSX.Element | null { ) : ( <> {title} - {authorLabel && !isFromMe ? ( + {authorLabel ? ( <> {' '}