Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Sep 18, 2024
1 parent 30532e4 commit f6eb244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rust-crypto/rust-crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ interface ISignableObject {
*/
export class RustCrypto extends TypedEventEmitter<RustCryptoEvents, RustCryptoEventMap> implements CryptoBackend {
private _trustCrossSignedDevices = true;
private cryptoMode = CryptoMode.Legacy;
private cryptoMode = CryptoMode.Legacy;

/** whether {@link stop} has been called */
private stopped = false;
Expand Down Expand Up @@ -370,7 +370,7 @@ export class RustCrypto extends TypedEventEmitter<RustCryptoEvents, RustCryptoEv
public setCryptoMode(cryptoMode: CryptoMode): void {
this.cryptoMode = cryptoMode;
}

/**
* Implementation of {@link CryptoApi#isEncryptionEnabledInRoom}.
*/
Expand Down

0 comments on commit f6eb244

Please sign in to comment.