mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-14 15:04:14 +03:00
Merge branch 'ixv/publish-invitatory' (#2351)
* origin/ixv/publish-invitatory: publish: add publish invite path Signed-off-by: Jared Tobin <jared@tlon.io>
This commit is contained in:
commit
686aaa565e
@ -70,11 +70,18 @@
|
||||
:* %pass /launch/publish %agent [our.bol %launch] %poke
|
||||
%launch-action !>([%publish /publishtile '/~publish/tile.js'])
|
||||
==
|
||||
:* %pass / %agent [our.bol %invite-store] %poke %invite-action
|
||||
!>([%create /publish])
|
||||
==
|
||||
==
|
||||
++ on-save !>(state)
|
||||
++ on-load
|
||||
|= old=vase
|
||||
`this(state !<(state-zero old))
|
||||
:_ this(state !<(state-zero old))
|
||||
:_ ~
|
||||
:* %pass / %agent [our.bol %invite-store] %poke %invite-action
|
||||
!>([%create /publish])
|
||||
==
|
||||
::
|
||||
++ on-poke
|
||||
|= [=mark =vase]
|
||||
|
Loading…
Reference in New Issue
Block a user