diff options
| author | polwex <polwex@sortug.com> | 2025-11-01 03:55:13 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-01 03:55:13 +0700 |
| commit | 7305d67ff7f9e78b73326ef0e1f68a9613d34205 (patch) | |
| tree | 5e075673b42811a76963c956502ac2c5fc2ea8f4 /app/lib/json | |
| parent | f019da2e338733dd88d3a8efe60f260d74b9a7ad (diff) | |
ws connection to relay fixed, tested
Diffstat (limited to 'app/lib/json')
| -rw-r--r-- | app/lib/json/nostr.hoon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/json/nostr.hoon b/app/lib/json/nostr.hoon index 887e0d8..cd7e95f 100644 --- a/app/lib/json/nostr.hoon +++ b/app/lib/json/nostr.hoon @@ -121,7 +121,7 @@ =/ second i.t.p.jon ?. ?=(%s -.head) ~ :: TODO make sure they're always caps - ~& dejson=[p.head second] + ~& dejson=[p.head subid=second] ?+ p.head ~ %'EVENT' =/ d (so second) ?~ d ~ |
