mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
needs to be awaited
This commit is contained in:
parent
b30db544a3
commit
ebc7f1ecd7
@ -88,7 +88,7 @@ export class KeyBackup {
|
||||
throw err;
|
||||
}
|
||||
}
|
||||
this.markKeysAsBackedUp(keysNeedingBackup, setAbortable);
|
||||
await this.markKeysAsBackedUp(keysNeedingBackup, setAbortable);
|
||||
amountFinished += keysNeedingBackup.length;
|
||||
setProgress(new Progress(total, amountFinished));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user