From 284ce9ce7d9f81e54e91f917329d48926487fbf4 Mon Sep 17 00:00:00 2001 From: polwex Date: Wed, 12 Nov 2025 07:11:07 +0700 Subject: fixes to engagement handling --- app/sur/nostrill/comms.hoon | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'app/sur/nostrill/comms.hoon') 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 ~] -- cgit v1.2.3