2020-11-10 04:41:19 +03:00
|
|
|
/- *resource, graph-store, post
|
2020-10-21 09:02:51 +03:00
|
|
|
^?
|
|
|
|
|%
|
2021-02-26 06:36:15 +03:00
|
|
|
::
|
|
|
|
+$ mode ?(%each %count %none)
|
|
|
|
::
|
|
|
|
+$ watch-for ?(%siblings %children %none)
|
|
|
|
::
|
|
|
|
+$ index-len
|
|
|
|
[parent=@ud self=@ud]
|
|
|
|
::
|
|
|
|
+$ notif-kind
|
|
|
|
[name=@t =index-len =mode =watch-for]
|
|
|
|
::
|
2020-10-21 09:02:51 +03:00
|
|
|
+$ action
|
2020-10-27 08:04:39 +03:00
|
|
|
$%
|
2020-11-10 04:41:19 +03:00
|
|
|
[?(%listen %ignore) graph=resource =index:post]
|
2020-10-27 08:04:39 +03:00
|
|
|
[%set-mentions mentions=?]
|
|
|
|
[%set-watch-on-self watch-on-self=?]
|
|
|
|
==
|
2020-10-21 09:02:51 +03:00
|
|
|
::
|
2020-10-27 08:04:39 +03:00
|
|
|
+$ update
|
|
|
|
$%
|
|
|
|
action
|
|
|
|
$: %initial
|
2020-11-10 04:41:19 +03:00
|
|
|
watching=(set [resource index:post])
|
2020-10-27 08:04:39 +03:00
|
|
|
mentions=_&
|
|
|
|
watch-on-self=_&
|
|
|
|
==
|
|
|
|
==
|
2020-10-21 09:02:51 +03:00
|
|
|
--
|