mirror of
https://github.com/urbit/shrub.git
synced 2024-12-26 05:23:35 +03:00
hark-chat-hook: restart possibly killed subscription
Issue #3946 may have caused the subscription to be killed by way of a crashed %fact handling. If so, restart the subscription.
This commit is contained in:
parent
7a1ff3ce2a
commit
f8865b479c
@ -51,7 +51,10 @@
|
|||||||
++ on-load
|
++ on-load
|
||||||
|= old=vase
|
|= old=vase
|
||||||
^- (quip card _this)
|
^- (quip card _this)
|
||||||
`this(state !<(state-0 old))
|
:_ this(state !<(state-0 old))
|
||||||
|
?: (~(has by wex.bowl) [/chat our.bowl %chat-store])
|
||||||
|
~
|
||||||
|
~[watch-chat:ha]
|
||||||
::
|
::
|
||||||
++ on-watch
|
++ on-watch
|
||||||
|= =path
|
|= =path
|
||||||
|
Loading…
Reference in New Issue
Block a user