shrub/pkg/arvo/sur/metadata-hook.hoon

16 lines
427 B
Plaintext
Raw Normal View History

2020-02-19 04:35:00 +03:00
|%
+$ 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]
==
--