From 5c5511b5ca3812dc6825893d40d95091febe71f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Tue, 23 Dec 2025 15:04:23 +0100 Subject: [PATCH] chore: Update user device keys before creating bootstrap --- lib/pages/bootstrap/bootstrap_dialog.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/bootstrap/bootstrap_dialog.dart b/lib/pages/bootstrap/bootstrap_dialog.dart index be3acfade..003ad1bc7 100644 --- a/lib/pages/bootstrap/bootstrap_dialog.dart +++ b/lib/pages/bootstrap/bootstrap_dialog.dart @@ -119,6 +119,7 @@ class BootstrapDialogState extends State { while (client.prevBatch == null) { await client.onSync.stream.first; } + await client.updateUserDeviceKeys(); _wipe = wipe; titleText = null; _recoveryKeyStored = false;