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?