mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +03:00
14 lines
456 B
Plaintext
14 lines
456 B
Plaintext
|%
|
|
+$ chat-security
|
|
$? $channel :: blacklist
|
|
$village :: whitelist
|
|
$journal :: pub r, whitelist w
|
|
$mailbox :: our r, blacklist w
|
|
==
|
|
::
|
|
+$ chat-view-action
|
|
$% [%create =path security=chat-security read=(set ship) write=(set ship)]
|
|
[%delete =path]
|
|
==
|
|
--
|