diff options
| author | polwex <polwex@sortug.com> | 2025-10-28 02:54:55 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-28 02:54:55 +0700 |
| commit | c61bca793741959fdcd87f70854bc75cf263495f (patch) | |
| tree | 042f5b37f89ce82e552e70364bb708450f2cd685 /app/lib/nostrill.hoon | |
| parent | 53ca6679beb5cc7c5d9016d0af4adc4e31ccd69d (diff) | |
refactor of nostrill backend to deal with websockets on Iris. almost complete
Diffstat (limited to 'app/lib/nostrill.hoon')
| -rw-r--r-- | app/lib/nostrill.hoon | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/lib/nostrill.hoon b/app/lib/nostrill.hoon index 933dc7f..b9d8f88 100644 --- a/app/lib/nostrill.hoon +++ b/app/lib/nostrill.hoon @@ -39,16 +39,12 @@ ++ cards |_ =bowl:gall - ++ shim-binding ^- card:agent:gall - [%pass /binding %arvo %e %connect [~ /nostr-shim] dap.bowl] - ++ relay-binding ^- card:agent:gall [%pass /binding %arvo %e %connect [~ /nostrill] dap.bowl] ++ ui-binding ^- card:agent:gall [%pass /binding %arvo %e %connect [~ /nostrill-ui] dap.bowl] ++ bindings - :~ shim-binding - relay-binding + :~ relay-binding ui-binding == ++ update-ui |= =fact:ui:sur ^- card:agent:gall |
