You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Auto-fix more errors
This commit is contained in:
@@ -23,7 +23,7 @@ limitations under the License.
|
||||
import { MatrixClient } from "../client";
|
||||
import { logger } from "../logger";
|
||||
import { MEGOLM_ALGORITHM, verifySignature } from "./olmlib";
|
||||
import { DeviceInfo } from "./deviceinfo"
|
||||
import { DeviceInfo } from "./deviceinfo";
|
||||
import { DeviceTrustLevel } from './CrossSigning';
|
||||
import { keyFromPassphrase } from './key_passphrase';
|
||||
import { sleep } from "../utils";
|
||||
@@ -581,7 +581,7 @@ export class Curve25519 implements BackupAlgorithm {
|
||||
return [
|
||||
decryption.get_private_key(),
|
||||
authData,
|
||||
]
|
||||
];
|
||||
} finally {
|
||||
decryption.free();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user