mirror of
https://github.com/urbit/shrub.git
synced 2025-01-04 10:32:34 +03:00
chat-view: bind eyre in ++on-init
chat-view bound to eyre in ++on-load but not in ++on-init, causing freshly booted ships to be unable to access chat backlog
This commit is contained in:
parent
10262a243f
commit
4f1711a02f
@ -46,11 +46,13 @@
|
|||||||
++ on-init
|
++ on-init
|
||||||
^- (quip card _this)
|
^- (quip card _this)
|
||||||
:_ this
|
:_ this
|
||||||
:- :* %pass /srv %agent [our.bol %file-server]
|
:~ :* %pass /srv %agent [our.bol %file-server]
|
||||||
%poke %file-server-action
|
%poke %file-server-action
|
||||||
!>([%serve-dir /'~chat' /app/landscape %.n])
|
!>([%serve-dir /'~chat' /app/landscape %.n])
|
||||||
==
|
==
|
||||||
[%pass /updates %agent [our.bol %chat-store] %watch /updates]~
|
[%pass / %arvo %e %connect [~ /'chat-view'] %chat-view]
|
||||||
|
[%pass /updates %agent [our.bol %chat-store] %watch /updates]
|
||||||
|
==
|
||||||
::
|
::
|
||||||
++ on-poke
|
++ on-poke
|
||||||
~/ %chat-view-poke
|
~/ %chat-view-poke
|
||||||
|
Loading…
Reference in New Issue
Block a user