shrub/pkg/arvo/sur/chat-view.hoon
2019-11-14 10:42:55 -08:00

15 lines
264 B
Plaintext

/- *rw-security
|%
+$ chat-view-action
$% $: %create
=path
security=rw-security
read=(set ship)
write=(set ship)
allow-history=?
==
[%delete =path]
[%join =ship =path ask-history=?]
==
--