Create a copy when uploading an owned file in a shared folder

This commit is contained in:
yflory
2018-07-28 08:58:16 +02:00
parent 55715748cc
commit 9a6fa4cbe2
2 changed files with 5 additions and 1 deletions

View File

@@ -92,7 +92,8 @@ define([
href: href,
path: path,
password: password,
channel: id
channel: id,
owners: metadata.owners
};
common.setPadTitle(data, function (err) {
if (err) { return void console.error(err); }