initialize dlimit of ownedfile on upload. fixes #1080
This commit is contained in:
parent
6cc374865e
commit
4a633c8930
|
@ -98,6 +98,7 @@ export default class FileSender extends Nanobus {
|
||||||
secretKey: secretKey,
|
secretKey: secretKey,
|
||||||
nonce: this.keychain.nonce,
|
nonce: this.keychain.nonce,
|
||||||
ownerToken: result.ownerToken,
|
ownerToken: result.ownerToken,
|
||||||
|
dlimit,
|
||||||
timeLimit: timeLimit
|
timeLimit: timeLimit
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue