From e4486fffbaf65d2224dd1fb929c99415305109cc Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Sat, 21 Feb 2026 00:26:53 +1000 Subject: [PATCH] Member Labels: Show label in quotes of your own messages --- 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 ? ( <> {' '}