From 91cff453f19a8614f6d3386495b0b0acffb3dab2 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 20 Sep 2018 11:40:42 -0400 Subject: [PATCH] enable shared folders by default --- www/common/application_config_internal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 7539fb0db..7e39cfc1c 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -130,7 +130,7 @@ define(function() { // spontaneously, resulting in the deletion of the entire folder's content. // We highly recommend to keep them disabled until they are stable enough to be enabled // by default by the CryptPad developers. - config.disableSharedFolders = true; + config.disableSharedFolders = false; return config; });