shrub/pkg/landscape/gen/graph-store/add-post.hoon
2021-09-28 12:50:45 +10:00

21 lines
436 B
Plaintext

:: graph-store|add-post: add post to a graph
::
/- *graph-store
:- %say
|= $: [now=@da eny=@uvJ =beak]
[[[our=ship name=term] contents=(list content) ~] ~]
==
=/ =post *post
=: author.post our
index.post [now]~
time-sent.post now
contents.post contents
==
::
:- %graph-update-3
^- update
:- now
:+ %add-nodes [our name]
%- ~(gas by *(map index node))
~[[[now]~ [[%& post] [%empty ~]]]]