From fc37f2d0e3a79ea83de154be79a5d6a9b1c5282d Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:49:42 +0000 Subject: [PATCH] Remove workaround for rust-SDK bug (#11900) Now that https://github.com/matrix-org/matrix-rust-sdk/issues/2193 is fixed, I believe we can remove this --- cypress/support/bot.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cypress/support/bot.ts b/cypress/support/bot.ts index 4273b65a23..f1454e726c 100644 --- a/cypress/support/bot.ts +++ b/cypress/support/bot.ts @@ -206,10 +206,6 @@ function setupBotClient( await cli.startClient(); if (opts.bootstrapCrossSigning) { - // XXX: workaround https://github.com/matrix-org/matrix-rust-sdk/issues/2193 - // wait for out device list to be available, as a proxy for the device keys having been uploaded. - await cli.getCrypto()!.getUserDeviceInfo([credentials.userId]); - await cli.getCrypto()!.bootstrapCrossSigning({ authUploadDeviceSigningKeys: async (func) => { await func({