mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 06:45:42 +03:00
17 lines
491 B
Plaintext
17 lines
491 B
Plaintext
/- *rw-security
|
|
|%
|
|
+$ chat-hook-action
|
|
$% :: %add-owned: make a chatroom accessible to foreign ships
|
|
:: specified by the rw-security model
|
|
::
|
|
[%add-owned =path security=rw-security allow-history=?]
|
|
:: %add-synced: mirror a foreign chatroom to our chat-store
|
|
::
|
|
[%add-synced =ship =path ask-history=?]
|
|
:: %remove: stop mirroring a foreign chatroom or allowing a local
|
|
:: chatroom to be mirrored
|
|
::
|
|
[%remove =path]
|
|
==
|
|
--
|