enable shared folders by default
This commit is contained in:
parent
b27285885e
commit
91cff453f1
@ -130,7 +130,7 @@ define(function() {
|
|||||||
// spontaneously, resulting in the deletion of the entire folder's content.
|
// 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
|
// We highly recommend to keep them disabled until they are stable enough to be enabled
|
||||||
// by default by the CryptPad developers.
|
// by default by the CryptPad developers.
|
||||||
config.disableSharedFolders = true;
|
config.disableSharedFolders = false;
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user