mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
graph-threads: delete thread gets rid of metadata properly
This commit is contained in:
parent
79ac6eb8cd
commit
cbfa820ee3
@ -41,6 +41,15 @@
|
|||||||
(poke-our %graph-store %graph-update !>([%0 now.bowl %remove-graph rid]))
|
(poke-our %graph-store %graph-update !>([%0 now.bowl %remove-graph rid]))
|
||||||
;< ~ bind:m
|
;< ~ bind:m
|
||||||
(poke-our %graph-push-hook %push-hook-action !>([%remove rid]))
|
(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 ~)
|
(pure:m ~)
|
||||||
--
|
--
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user