mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
19 lines
523 B
Plaintext
19 lines
523 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]
|
|
==
|
|
::
|
|
+$ synced (map path ship)
|
|
+$ contact-hook-update [%initial =synced]
|
|
--
|