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
This commit is contained in:
parent
2cb5e0771b
commit
fc37f2d0e3
1 changed files with 0 additions and 4 deletions
|
@ -206,10 +206,6 @@ function setupBotClient(
|
||||||
await cli.startClient();
|
await cli.startClient();
|
||||||
|
|
||||||
if (opts.bootstrapCrossSigning) {
|
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({
|
await cli.getCrypto()!.bootstrapCrossSigning({
|
||||||
authUploadDeviceSigningKeys: async (func) => {
|
authUploadDeviceSigningKeys: async (func) => {
|
||||||
await func({
|
await func({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue