diff options
Diffstat (limited to 'app/lib/json/nostrill.hoon')
| -rw-r--r-- | app/lib/json/nostrill.hoon | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/app/lib/json/nostrill.hoon b/app/lib/json/nostrill.hoon index ed8f0a8..01cdb13 100644 --- a/app/lib/json/nostrill.hoon +++ b/app/lib/json/nostrill.hoon @@ -80,12 +80,21 @@ %+ frond %fact %+ frond -.f ?- -.f - %nostr (en-nostr-feed +.f) + %nostr (en-nostr +.f) %post (postfact +.f) %enga (enga +.f) %fols (fols +.f) %hark (hark +.f) == + ++ en-nostr |= nf=nostr-fact:ui:sur ^- json + %+ frond -.nf + ?- -.nf + %feed (en-nostr-feed +.nf) + %user (en-nostr-feed +.nf) + %thread (en-nostr-feed +.nf) + %event (event:en:nostr +.nf) + %relays (en-relays +.nf) + == ++ fols |= ff=fols-fact:ui:sur ^- json %+ frond -.ff ?- -.ff @@ -278,6 +287,8 @@ add+so del+de-atom-id sync+ul + user+hex:de:common + thread+hex:de:common send+de-relay-send == ++ de-relay-send %- ot :~ |
