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) {
|
while (client.prevBatch == null) {
|
||||||
await client.onSync.stream.first;
|
await client.onSync.stream.first;
|
||||||
}
|
}
|
||||||
|
await client.updateUserDeviceKeys();
|
||||||
_wipe = wipe;
|
_wipe = wipe;
|
||||||
titleText = null;
|
titleText = null;
|
||||||
_recoveryKeyStored = false;
|
_recoveryKeyStored = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue