urbit/pkg/arvo/app/chat-store.hoon

29 lines
518 B
Plaintext
Raw Normal View History

:: chat-store [landscape]: deprecated
::
/- store=chat-store
/+ default-agent
2019-11-05 22:30:58 +03:00
|%
+$ card card:agent:gall
2019-11-05 22:30:58 +03:00
--
::
2019-11-19 07:36:21 +03:00
^- agent:gall
|_ =bowl:gall
+* this .
def ~(. (default-agent this %|) bowl)
::
++ on-init on-init:def
++ on-save !>(~)
++ on-load
|= old-vase=vase
^- (quip card _this)
[~ this]
::
++ on-poke on-poke:def
++ on-watch on-watch:def
++ on-leave on-leave:def
++ on-peek on-peek:def
++ on-agent on-agent:def
++ on-arvo on-arvo:def
++ on-fail on-fail:def
2019-11-05 22:30:58 +03:00
--