mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
21 lines
331 B
Plaintext
21 lines
331 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=_&
|
|
==
|
|
==
|
|
--
|