mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
sender no longer needs file nonce
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user