i cant get old encryption keys to load :/

This commit is contained in:
Henry Hiles 2026-01-10 10:17:57 -05:00
commit 396a0f4c4f
No known key found for this signature in database

View file

@ -56,12 +56,6 @@ class ClientController extends AsyncNotifier<Client> {
);
}
if (client.userID != null) {
// client.encryption?.keyVerificationManager.addRequest(
// KeyVerification(encryption: client.encryption!, userId: client.userID!),
// );
}
return client;
}