You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Typo
This commit is contained in:
@@ -1340,7 +1340,7 @@ MatrixClient.prototype.createKeyBackupVersion = async function(info) {
|
|||||||
auth_data: info.auth_data,
|
auth_data: info.auth_data,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Now sig the backup auth data. Do it as this device first because crypto._signObject
|
// Now sign the backup auth data. Do it as this device first because crypto._signObject
|
||||||
// is dumb and bluntly replaces the whole signatures block...
|
// is dumb and bluntly replaces the whole signatures block...
|
||||||
// this can probably go away very soon in favour of just signing with the SSK.
|
// this can probably go away very soon in favour of just signing with the SSK.
|
||||||
await this._crypto._signObject(data.auth_data);
|
await this._crypto._signObject(data.auth_data);
|
||||||
|
|||||||
Reference in New Issue
Block a user