Skip to content

Commit

Permalink
test(e2e): remove MatrixClient.setGlobalErrorOnUnknownDevices call
Browse files Browse the repository at this point in the history
MatrixClient.setGlobalErrorOnUnknownDevices is not implemented in the rust-crypto and will be removed when the legacy crypto will be ripped out.
  • Loading branch information
florianduros committed Jan 29, 2025
1 parent 97dc959 commit b37b732
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playwright/pages/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export class Bot extends Client {

await clientHandle.evaluate(async (cli) => {
await cli.initRustCrypto({ useIndexedDB: false });
cli.setGlobalErrorOnUnknownDevices(false);
await cli.startClient();
});

Expand Down

0 comments on commit b37b732

Please sign in to comment.