mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
15 lines
395 B
Plaintext
15 lines
395 B
Plaintext
|%
|
|
+$ metadata-hook-action
|
|
$% :: %add-owned: make a group's associated metadata
|
|
:: accessible to foreign ships in that group
|
|
::
|
|
[%add-owned =path]
|
|
:: %add-synced: mirror a foreign-hosted group's associated metadata
|
|
::
|
|
[%add-synced =ship =path]
|
|
:: %remove: stop mirroring / making data accessible to others
|
|
::
|
|
[%remove =path]
|
|
==
|
|
--
|