diff options
Diffstat (limited to 'desk/sur')
-rw-r--r-- | desk/sur/nostrill.hoon | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desk/sur/nostrill.hoon b/desk/sur/nostrill.hoon index a091dd0..b443ca8 100644 --- a/desk/sur/nostrill.hoon +++ b/desk/sur/nostrill.hoon @@ -73,10 +73,15 @@ $: pub=(unit @ux) $% [%nostr feed=nostr-feed] [%post post-fact] [%enga p=post-wrapper reaction=*] + [%fols fols-fact] == +$ post-fact $% [%add post-wrapper] [%del post-wrapper] == + +$ fols-fact + $% [%new =user =fc:trill meta=(unit user-meta:nostr)] + [%quit =user] + == -- -- |