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 { MatrixClient } from "../client";
|
||||||
import { logger } from "../logger";
|
import { logger } from "../logger";
|
||||||
import { MEGOLM_ALGORITHM, verifySignature } from "./olmlib";
|
import { MEGOLM_ALGORITHM, verifySignature } from "./olmlib";
|
||||||
import { DeviceInfo } from "./deviceinfo"
|
import { DeviceInfo } from "./deviceinfo";
|
||||||
import { DeviceTrustLevel } from './CrossSigning';
|
import { DeviceTrustLevel } from './CrossSigning';
|
||||||
import { keyFromPassphrase } from './key_passphrase';
|
import { keyFromPassphrase } from './key_passphrase';
|
||||||
import { sleep } from "../utils";
|
import { sleep } from "../utils";
|
||||||
@@ -581,7 +581,7 @@ export class Curve25519 implements BackupAlgorithm {
|
|||||||
return [
|
return [
|
||||||
decryption.get_private_key(),
|
decryption.get_private_key(),
|
||||||
authData,
|
authData,
|
||||||
]
|
];
|
||||||
} finally {
|
} finally {
|
||||||
decryption.free();
|
decryption.free();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user