Member Labels: Show label in quotes of your own messages

This commit is contained in:
Scott Nonnenberg
2026-02-21 00:26:53 +10:00
committed by GitHub
parent ef2c9ad788
commit e4486fffba

View File

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