chore: Update user device keys before creating bootstrap
This commit is contained in:
parent
81eb4a01a1
commit
5c5511b5ca
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ class BootstrapDialogState extends State<BootstrapDialog> {
|
|||
while (client.prevBatch == null) {
|
||||
await client.onSync.stream.first;
|
||||
}
|
||||
await client.updateUserDeviceKeys();
|
||||
_wipe = wipe;
|
||||
titleText = null;
|
||||
_recoveryKeyStored = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue