From 73dbd709d801b9a3327e2902997fbb967496e86a Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Tue, 25 Apr 2023 18:52:20 +0200 Subject: [PATCH] Element-R: Stub `findVerificationRequestDMInProgress` and `getStoredCrossSigningForUser` (#3315) * Add `findVerificationRequestDMInProgress` into `CryptoBackend` and stub it `rust-crypto` * Add `getStoredCrossSigningForUser` into `CryptoBackend` and stub it `rust-crypto` --- src/client.ts | 8 ++++---- src/common-crypto/CryptoBackend.ts | 23 ++++++++++++++++++++++- src/rust-crypto/rust-crypto.ts | 26 ++++++++++++++++++++++++++ 3 files changed, 52 insertions(+), 5 deletions(-) diff --git a/src/client.ts b/src/client.ts index 263a2dcde15..59a6fd772a0 100644 --- a/src/client.ts +++ b/src/client.ts @@ -2434,10 +2434,10 @@ export class MatrixClient extends TypedEventEmitter