From 52e8c44e22e29cd8732e65e2356e2501d325b058 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 24 Jan 2026 09:11:12 +0000 Subject: [PATCH] fix: pass source event to RichText in highlight feed preview The source event preview in HighlightRenderer was only passing the content string to RichText, which meant custom emoji tags from the source event weren't processed. Now passes the source event with the preview content to enable proper emoji and tag-based rendering. --- src/components/nostr/kinds/HighlightRenderer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nostr/kinds/HighlightRenderer.tsx b/src/components/nostr/kinds/HighlightRenderer.tsx index 89e1782..ea22f87 100644 --- a/src/components/nostr/kinds/HighlightRenderer.tsx +++ b/src/components/nostr/kinds/HighlightRenderer.tsx @@ -100,7 +100,7 @@ export function Kind9802Renderer({ event }: BaseEventProps) { onClick={handleOpenEvent} >