sender no longer needs file nonce
This commit is contained in:
parent
545da556d2
commit
4fb4041f13
5 changed files with 20 additions and 28 deletions
|
@ -98,7 +98,7 @@ export default function(state, emitter) {
|
|||
await delay(200);
|
||||
try {
|
||||
metrics.startedUpload({ size, type });
|
||||
const ownedFile = await sender.upload(state.storage);
|
||||
const ownedFile = await sender.upload();
|
||||
state.storage.totalUploads += 1;
|
||||
metrics.completedUpload(ownedFile);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue