mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 03:44:34 +03:00
21 lines
560 B
Plaintext
21 lines
560 B
Plaintext
/- *contact-store
|
|
|%
|
|
+$ contact-view-action
|
|
$% :: %create: create in both groups and contacts
|
|
::
|
|
[%create =path ships=(set ship)]
|
|
:: %add: add to groups and send invites
|
|
::
|
|
[%add =path ships=(set ship)]
|
|
:: %remove: remove from both groups and contacts
|
|
::
|
|
[%remove =path =ship]
|
|
:: %delete: delete in both groups and contacts
|
|
::
|
|
[%delete =path]
|
|
:: %share: send %add contact-action to to recipient's contact-hook
|
|
::
|
|
[%share recipient=ship =path =ship =contact]
|
|
==
|
|
--
|