diff options
| author | polwex <polwex@sortug.com> | 2025-10-31 22:59:42 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-31 22:59:42 +0700 |
| commit | f019da2e338733dd88d3a8efe60f260d74b9a7ad (patch) | |
| tree | ecccfab6926dd89c3ec0597653cca6e30c62dc41 /app/lib/nostr/req.hoon | |
| parent | 54fb3abb81621bd2a5fafbdd9b96a8be8464878e (diff) | |
fixes to iris request flow with threads
Diffstat (limited to 'app/lib/nostr/req.hoon')
| -rw-r--r-- | app/lib/nostr/req.hoon | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/lib/nostr/req.hoon b/app/lib/nostr/req.hoon index e53159c..89cd262 100644 --- a/app/lib/nostr/req.hoon +++ b/app/lib/nostr/req.hoon @@ -14,5 +14,7 @@ =/ jon (relay-msg:en:js msg) =/ octs (json-to-octs:server jon) =/ res-event=websocket-event:eyre [%message 1 `octs] - (give-ws-payload:ws wid res-event) + :~ + (give-ws-payload-server:ws wid res-event) + == -- |
