mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
28 lines
843 B
Plaintext
28 lines
843 B
Plaintext
/- *contact-store, *group, *resource
|
|
::
|
|
|%
|
|
+$ contact-view-action
|
|
$% :: %create: create in both groups and contacts
|
|
::
|
|
[%create name=term =policy title=@t description=@t]
|
|
:: %join: join open group in both groups and contacts
|
|
::
|
|
[%join =resource]
|
|
:: %invite: invite to invite-only group and contacts
|
|
::
|
|
[%invite =resource =ship text=cord]
|
|
:: %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]
|
|
:: %groupify: create contacts object for a preexisting group
|
|
::
|
|
[%groupify =resource title=@t description=@t]
|
|
==
|
|
--
|