graph-threads: delete thread gets rid of metadata properly

This commit is contained in:
Logan Allen 2020-10-20 15:15:58 -05:00
parent 79ac6eb8cd
commit cbfa820ee3

View File

@ -41,6 +41,15 @@
(poke-our %graph-store %graph-update !>([%0 now.bowl %remove-graph rid]))
;< ~ bind:m
(poke-our %graph-push-hook %push-hook-action !>([%remove rid]))
;< ~ bind:m
%+ poke-our %metadata-hook
metadata-hook-action+!>([%remove (en-path:resource rid)])
;< ~ bind:m
%+ poke-our %metadata-store
:- %metadata-action
!> :+ %remove
(en-path:resource rid)
[%graph (en-path:resource rid)]
(pure:m ~)
--
::