From 9b74713e0be3edabe93bad90ee62fdcca1f392af Mon Sep 17 00:00:00 2001 From: en Date: Fri, 14 Feb 2025 17:51:53 +0100 Subject: [PATCH] fix(event): quote repost add nostr: --- src/components/Notes/NoteQuoteRepostPopup.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Notes/NoteQuoteRepostPopup.tsx b/src/components/Notes/NoteQuoteRepostPopup.tsx index 361136f..b81de61 100644 --- a/src/components/Notes/NoteQuoteRepostPopup.tsx +++ b/src/components/Notes/NoteQuoteRepostPopup.tsx @@ -12,7 +12,7 @@ export const NoteQuoteRepostPopup = ({ ndkEvent, handleClose }: PropsWithChildren) => { - const content = ndkEvent.encode() + const content = `nostr:${ndkEvent.encode()}` return createPortal(
@@ -46,7 +46,7 @@ export const NoteQuoteRepostPopup = ({ Quote repost this?