From 6702f431d0590091d4fb3b4ca9d69559b5ba977a Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Wed, 11 May 2022 15:52:02 +0200 Subject: [PATCH] Fixed bug where removed library nodes kept showing --- app/imports/server/publications/library.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/imports/server/publications/library.js b/app/imports/server/publications/library.js index 10553aab..19211a55 100644 --- a/app/imports/server/publications/library.js +++ b/app/imports/server/publications/library.js @@ -73,6 +73,7 @@ Meteor.publish('libraryNodes', function(libraryId){ order: 1, parent: 1, ancestors: 1, + removed: 1, // Effect operation: 1, targetTags: 1,