From 7706acaafa89691dba33c216e6287a8405c4c302 Mon Sep 17 00:00:00 2001 From: polwex Date: Tue, 18 Nov 2025 08:32:45 +0700 Subject: gui fixes to nostr post rendering, added nostr-tools lib for primal compatibility --- gui/src/logic/nostrill.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui/src/logic/nostrill.ts') diff --git a/gui/src/logic/nostrill.ts b/gui/src/logic/nostrill.ts index bd5fc9c..97d2156 100644 --- a/gui/src/logic/nostrill.ts +++ b/gui/src/logic/nostrill.ts @@ -36,12 +36,13 @@ export function eventToPoast(event: Event): Poast | null { time: ts, engagement: engagementBunt, children: [], + event, }; for (const tag of event.tags) { const f = tag[0]; if (!f) continue; const ff = f.toLowerCase(); - console.log("tag", ff); + // console.log("tag", ff); if (ff === "e") { const [, eventId, _relayURL, marker, _pubkey, ..._] = tag; // TODO -- cgit v1.2.3