diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-15 11:00:06 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-15 11:00:06 +0100 |
| commit | 6c601a35b1d79bfe5b53c3c6177420c9d90fbba9 (patch) | |
| tree | 81ea7106d1fbb3de7445c584b9266dc76df1298a /bucky | |
| parent | 8ba7dd3596772238ff1f238e7a94af78e3fe3b29 (diff) | |
list files in settings
Diffstat (limited to 'bucky')
| -rw-r--r-- | bucky/app/bucky.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js index 0c8d99a..295a813 100644 --- a/bucky/app/bucky.js +++ b/bucky/app/bucky.js @@ -84,7 +84,7 @@ var bucky = module.exports = { createdate: util.now(), lastmodified: util.now(), size: 0, - private: false, + privacy: false, color: req.body.color, viewed: 0, revision: 0, @@ -402,7 +402,7 @@ var bucky = module.exports = { filename: file.originalname, date: util.now(), size: file.size, - private: false, + privacy: false, storage: 'i.asdf.us', } db.createFile(data).then(function(file){ |
