diff --git a/pkg/arvo/app/invite-store.hoon b/pkg/arvo/app/invite-store.hoon index 258f61a4c6..5e504be746 100644 --- a/pkg/arvo/app/invite-store.hoon +++ b/pkg/arvo/app/invite-store.hoon @@ -102,9 +102,16 @@ =^ cards state ?+ mark (on-poke:def mark vase) %invite-action (poke-invite-action !<(action:store vase)) + %import (poke-import q.vase) == [cards this] :: + ++ poke-import + |= arc=* + ^- (quip card _state) + =/ sty=state-1 ;;(state-1 arc) + [~ sty] + :: ++ poke-invite-action |= =action:store ^- (quip card _state) @@ -205,5 +212,7 @@ :^ ~ ~ %noun !> ^- (unit invite:store) (~(get by invitatory) serial) + :: + [%x %export ~] ``noun+!>(state) == --