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/state/state.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/src/state') diff --git a/gui/src/state/state.ts b/gui/src/state/state.ts index 9bd5e0e..7d433f4 100644 --- a/gui/src/state/state.ts +++ b/gui/src/state/state.ts @@ -90,6 +90,9 @@ export const useStore = creator((set, get) => ({ set({ following }); } } + if ("nostr" in data.fact) { + set({ nostrFeed: data.fact.nostr }); + } } }); set({ api }); -- cgit v1.2.3