diff options
| author | polwex <polwex@sortug.com> | 2025-11-18 05:43:28 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-18 05:43:28 +0700 |
| commit | 2497097f6cd639f9bfefec1d037a8c19a65e8145 (patch) | |
| tree | 5a96016bcb020fdebe29156f37e35e92be3116c1 /app/sur/nostr.hoon | |
| parent | 95d6b57ae9bd152724c26151c7247508acbb022e (diff) | |
big fixes to websockets handling
Diffstat (limited to 'app/sur/nostr.hoon')
| -rw-r--r-- | app/sur/nostr.hoon | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/sur/nostr.hoon b/app/sur/nostr.hoon index f449899..2f8296b 100644 --- a/app/sur/nostr.hoon +++ b/app/sur/nostr.hoon @@ -28,7 +28,8 @@ $: name=@t other=(map @t json) == +$ relay-stats -$: connected=(unit @da) +$: start=@da + url=@t reqs=(map sub-id event-stats) == +$ event-stats |
