mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 18:01:32 +03:00
16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
|
|%
|
||
|
+$ metadata-hook-action
|
||
|
$% :: %add-owned: make a chatroom accessible to foreign ships
|
||
|
:: specified by the rw-security model
|
||
|
::
|
||
|
[%add-owned =path]
|
||
|
:: %add-synced: mirror a foreign chatroom to our chat-store
|
||
|
::
|
||
|
[%add-synced =ship =path]
|
||
|
:: %remove: stop mirroring a foreign chatroom or allowing a local
|
||
|
:: chatroom to be mirrored
|
||
|
::
|
||
|
[%remove =path]
|
||
|
==
|
||
|
--
|