diff options
Diffstat (limited to 'gui/src/state/state.ts')
| -rw-r--r-- | gui/src/state/state.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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 }); |
