summaryrefslogtreecommitdiff
path: root/desk/sur/nostrill/comms.hoon
diff options
context:
space:
mode:
Diffstat (limited to 'desk/sur/nostrill/comms.hoon')
-rw-r--r--desk/sur/nostrill/comms.hoon4
1 files changed, 1 insertions, 3 deletions
diff --git a/desk/sur/nostrill/comms.hoon b/desk/sur/nostrill/comms.hoon
index d3dc8e1..4930235 100644
--- a/desk/sur/nostrill/comms.hoon
+++ b/desk/sur/nostrill/comms.hoon
@@ -8,15 +8,13 @@
+$ req
$% [%feed ~]
[%thread id=@da]
- [%prof ~]
==
+$ res
$% [%ok p=res-data]
[%ng msg=@t]
==
+$ res-data
- $% [%feed =fc:feed]
+ $% [%feed =fc:feed profile=(unit user-meta:nsur)]
[%thread p=full-node:post]
- [%prof p=user-meta:nsur]
==
--