diff options
| author | polwex <polwex@sortug.com> | 2025-11-12 07:11:07 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-12 07:11:07 +0700 |
| commit | 284ce9ce7d9f81e54e91f917329d48926487fbf4 (patch) | |
| tree | 7a156986323fd799e1457c8b7663806e32b2af7d /app/sur/nostrill/comms.hoon | |
| parent | 7305d67ff7f9e78b73326ef0e1f68a9613d34205 (diff) | |
fixes to engagement handling
Diffstat (limited to 'app/sur/nostrill/comms.hoon')
| -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 ~] |
