From 609704cc105fc3d2cb6b719863fca9e993856a8b Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Mon, 23 Jan 2023 16:54:39 +0100 Subject: [PATCH] add empty relay hint --- src/Feed/EventPublisher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Feed/EventPublisher.ts b/src/Feed/EventPublisher.ts index 02f1f88..125cf17 100644 --- a/src/Feed/EventPublisher.ts +++ b/src/Feed/EventPublisher.ts @@ -58,7 +58,7 @@ export default function useEventPublisher() { try { const hex = bech32ToHex(match); const idx = ev.Tags.length; - ev.Tags.push(new Tag(["e", hex, "mention"], idx)); + ev.Tags.push(new Tag(["e", hex, "", "mention"], idx)); return `#[${idx}]` } catch (error) { return match