diff options
Diffstat (limited to 'desk/lib/trill')
-rw-r--r-- | desk/lib/trill/post.hoon | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desk/lib/trill/post.hoon b/desk/lib/trill/post.hoon index 5bed037..968bcad 100644 --- a/desk/lib/trill/post.hoon +++ b/desk/lib/trill/post.hoon @@ -2,7 +2,7 @@ /+ sr=sortug, mdlib=markdown |% ++ build-sp - |= [host=@p author=@p input=@t] + |= [host=@p author=@p input=@t parent=(unit @) thread=(unit @)] ^- sent-post:tp =/ cl (tokenise input) ~| "parsing error!!" @@ -12,6 +12,8 @@ host host author author contents +.cl + parent parent + thread thread == ++ build-post |= [now=@da pubkey=@ux sp=sent-post:tp] |