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
This commit is contained in:
Liam Fitzgerald 2021-01-11 14:16:32 +10:00
parent 85435e9a81
commit d01f1f62e5
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -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)