1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Mark all the rust crypto stuff internal (#3574)

... for the avoidance of doubt.
This commit is contained in:
Richard van der Hoff
2023-07-11 15:11:35 +01:00
committed by GitHub
parent f2471b6dbd
commit a5e606a1e7
10 changed files with 36 additions and 1 deletions

View File

@@ -58,6 +58,8 @@ import { TypedEventEmitter } from "../models/typed-event-emitter";
/**
* An implementation of {@link CryptoBackend} using the Rust matrix-sdk-crypto.
*
* @internal
*/
export class RustCrypto extends TypedEventEmitter<RustCryptoEvents, RustCryptoEventMap> implements CryptoBackend {
public globalErrorOnUnknownDevices = false;