Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/files/fileinfo.js')
-rw-r--r--core/src/files/fileinfo.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/files/fileinfo.js b/core/src/files/fileinfo.js
index cfa8702c0a8..19baad5a2d7 100644
--- a/core/src/files/fileinfo.js
+++ b/core/src/files/fileinfo.js
@@ -139,6 +139,8 @@
* @type int
*/
sharePermissions: null,
+
+ quotaAvailableBytes: -1,
}
if (!OC.Files) {