mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
invite-view: reinstate as potato
This commit is contained in:
parent
043b8a4cc0
commit
29a6234633
17
pkg/arvo/app/invite-view.hoon
Normal file
17
pkg/arvo/app/invite-view.hoon
Normal file
@ -0,0 +1,17 @@
|
||||
/+ default-agent
|
||||
^- agent:gall
|
||||
|_ =bowl:gall
|
||||
+* this .
|
||||
def ~(. (default-agent this %|) bowl)
|
||||
step `step:agent:gall`[~ this]
|
||||
++ on-init on-init:def
|
||||
++ on-save on-save:def
|
||||
++ on-load on-load:def
|
||||
++ on-poke |=(* step)
|
||||
++ on-watch on-watch:def
|
||||
++ on-leave |=(* step)
|
||||
++ on-peek |=(* ~)
|
||||
++ on-agent |=(* step)
|
||||
++ on-arvo |=(* step)
|
||||
++ on-fail on-fail:def
|
||||
--
|
Loading…
Reference in New Issue
Block a user