mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
16 lines
448 B
Plaintext
16 lines
448 B
Plaintext
|%
|
|
+$ contact-hook-action
|
|
$% :: %add-owned: make a contacts list accessible to foreign ships
|
|
:: who are members of that list
|
|
::
|
|
[%add-owned =path]
|
|
:: %add-synced: mirror a foreign contacts list to our contact-store
|
|
::
|
|
[%add-synced =ship =path]
|
|
:: %remove: stop mirroring a foreign contacts list or stop allowing
|
|
:: a local contacts list to be mirrored
|
|
::
|
|
[%remove =path]
|
|
==
|
|
--
|