From 5f85a8098382ed5141988b0949a232ccea9cd00a Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 8 Aug 2017 10:12:56 -0700 Subject: [PATCH] Keep isPrivate property in exported environments --- app/common/import.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/common/import.js b/app/common/import.js index 393239e406..30ee30ddc1 100644 --- a/app/common/import.js +++ b/app/common/import.js @@ -194,7 +194,6 @@ export async function exportJSON (parentDoc = null, includePrivateDocs = false) // Delete the things we don't want to export delete d.type; - delete d.isPrivate; return d; });