Create a copy when uploading an owned file in a shared folder
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user