chore: Update user device keys before creating bootstrap

This commit is contained in:
Christian Kußowski 2025-12-23 15:04:23 +01:00
parent 81eb4a01a1
commit 5c5511b5ca
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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;