shrub/pkg/arvo/sur/hark-graph-hook.hoon
2020-11-10 12:14:06 +10:00

23 lines
335 B
Plaintext

/- *resource, graph-store, post
^?
|%
::
+$ action
$%
[?(%listen %ignore) graph=resource =index:post]
[%set-mentions mentions=?]
[%set-watch-on-self watch-on-self=?]
==
::
+$ update
$%
action
$: %initial
watching=(set [resource index:post])
mentions=_&
watch-on-self=_&
==
==
--