Fixed bug where removed library nodes kept showing

This commit is contained in:
Stefan Zermatten
2022-05-11 15:52:02 +02:00
parent df7889edd9
commit 6702f431d0

View File

@@ -73,6 +73,7 @@ Meteor.publish('libraryNodes', function(libraryId){
order: 1,
parent: 1,
ancestors: 1,
removed: 1,
// Effect
operation: 1,
targetTags: 1,