From d01f1f62e5275c66b48b120af5f64f2e46160ffe Mon Sep 17 00:00:00 2001 From: Liam Fitzgerald Date: Mon, 11 Jan 2021 14:16:32 +1000 Subject: [PATCH] hark-graph-hook: fix muting on %remove-graph *_watching was bunting to watching (i.e. a no-op), causing watching to be wiped everytimne a graph was removed --- pkg/arvo/app/hark-graph-hook.hoon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/arvo/app/hark-graph-hook.hoon b/pkg/arvo/app/hark-graph-hook.hoon index 68dfd65e3..38a97ccdc 100644 --- a/pkg/arvo/app/hark-graph-hook.hoon +++ b/pkg/arvo/app/hark-graph-hook.hoon @@ -176,7 +176,7 @@ ++ remove-graph |= rid=resource =/ unwatched - %- ~(gas in *_watching) + %- ~(gas in *(set [resource index:graph-store])) %+ skim ~(tap in watching) |= [r=resource idx=index:graph-store] =(r rid)