1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Conclusion: no, it shouldn't

This commit is contained in:
David Baker
2018-10-31 18:08:53 +00:00
parent 2b46c560c7
commit c5e7bedb37

View File

@@ -897,7 +897,7 @@ MatrixClient.prototype.createKeyBackupVersion = function(info) {
const data = {
algorithm: info.algorithm,
auth_data: info.auth_data, // FIXME: should this be cloned?
auth_data: info.auth_data,
};
return this._crypto._signObject(data.auth_data).then(() => {
return this._http.authedRequest(