mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-16 02:22:12 +03:00
21 lines
433 B
Plaintext
21 lines
433 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
|
||
|
^- update
|
||
|
:+ %0 now
|
||
|
:+ %add-nodes [our name]
|
||
|
%- ~(gas by *(map index node))
|
||
|
~[[[now]~ [post [%empty ~]]]]
|