diff options
Diffstat (limited to 'app/lib/json/nostrill.hoon')
| -rw-r--r-- | app/lib/json/nostrill.hoon | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/app/lib/json/nostrill.hoon b/app/lib/json/nostrill.hoon index b07de61..266a6c8 100644 --- a/app/lib/json/nostrill.hoon +++ b/app/lib/json/nostrill.hoon @@ -15,6 +15,7 @@ feed+(feed-with-cursor:en:trill feed ~ ~) nostr+(en-nostr-feed nostr-feed) following+(enfollowing following) + following2+(feed-with-cursor:en:trill following2 ~ ~) ['followGraph' (engraph follow-graph)] ~ == @@ -190,9 +191,10 @@ add+postadd reply+reply quote+quote - rp+rp + rp+pid :: rt+de-rt - :: del+hex:de:common + reaction+reaction + del+pid == ++ postadd %- ot :~ @@ -211,11 +213,17 @@ host+(se:de:common %p) id+de-atom-id == -++ rp +++ pid %- ot :~ host+(se:de:common %p) id+de-atom-id == +++ reaction + %- ot :~ + host+(se:de:common %p) + id+de-atom-id + reaction+so + == ++ rt %- ot :~ id+hex:de:common |
