From 581d5517b0134f1d8b27b96ad68d9ea7fb07cbce Mon Sep 17 00:00:00 2001 From: Pyce <59174259+CarelessInternet@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:28:07 +0200 Subject: [PATCH] Make folder StatusObject available --- lib/tools.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tools.js b/lib/tools.js index 05798ce..e3fa105 100644 --- a/lib/tools.js +++ b/lib/tools.js @@ -222,7 +222,7 @@ const tools = { existing.path = folder.path; existing.subscribed = !!folder.subscribed; existing.listed = !!folder.listed; - existing.status = !!folder.status; + existing.status = folder.status; if (folder.specialUse) { existing.specialUse = folder.specialUse; @@ -242,7 +242,7 @@ const tools = { path: folder.path, subscribed: !!folder.subscribed, listed: !!folder.listed, - status: !!folder.status + status: folder.status }; if (folder.delimiter) {