diff options
Diffstat (limited to 'app/sur/nostrill')
| -rw-r--r-- | app/sur/nostrill/comms.hoon | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/sur/nostrill/comms.hoon b/app/sur/nostrill/comms.hoon index 42ea1ba..fa60989 100644 --- a/app/sur/nostrill/comms.hoon +++ b/app/sur/nostrill/comms.hoon @@ -3,12 +3,15 @@ +$ poke $% [%req req] [%res res] + [%eng engagement] [%dbug *] == -+$ emgagement - $% [%reply host=@p id=@da] - [%del-reply host=@p id=@da] - [%reaction host=@p id=@da reaction=@t] ++$ engagement + $% [%reply parent=@da child=post:post] + [%del-reply parent=@da child=@da] + [%quote src=@da =post:post] + [%rp src=@da rt=@da] + [%reaction post=@da reaction=@t] == +$ req $% [%feed ~] |
