diff options
| author | polwex <polwex@sortug.com> | 2025-11-18 16:58:46 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-18 16:58:46 +0700 |
| commit | 76f99af3c98a689441315b5ed087c4b83c083191 (patch) | |
| tree | b51182eda47f4b3311c352a86d8256e417af4db5 /app/sur/nostr.hoon | |
| parent | a465c73178dc621578d10312f263355f0f2d5309 (diff) | |
refactooooring
Diffstat (limited to 'app/sur/nostr.hoon')
| -rw-r--r-- | app/sur/nostr.hoon | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app/sur/nostr.hoon b/app/sur/nostr.hoon index b363cb9..b8f1e7d 100644 --- a/app/sur/nostr.hoon +++ b/app/sur/nostr.hoon @@ -33,9 +33,13 @@ $: start=@da reqs=(map sub-id event-stats) == +$ event-stats - :: if not ongoing we kill the subscription on %eose +$: filters=(list filter) + received=event-count + :: if not ongoing we kill the subscription on %eose. If ongoing we turn to .y after %eose + ongoing=(unit ?) :: if chunked we trigger a new subscription on %eose - [filters=(list filter) received=event-count ongoing=? chunked=(list filter)] + chunked=(list filter) +== +$ sub-id @t +$ event-count @ud @@ -48,7 +52,7 @@ $: sub-id=@t $: ids=(unit (set @ux)) authors=(unit (set @ux)) kinds=(unit (set @ud)) - tags=(unit (map @t (set @t))) + tags=(unit (map @t (list @t))) since=(unit @da) until=(unit @da) limit=(unit @ud) |
