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
Conclusion: no, it shouldn't
This commit is contained in:
@@ -897,7 +897,7 @@ MatrixClient.prototype.createKeyBackupVersion = function(info) {
|
|||||||
|
|
||||||
const data = {
|
const data = {
|
||||||
algorithm: info.algorithm,
|
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._crypto._signObject(data.auth_data).then(() => {
|
||||||
return this._http.authedRequest(
|
return this._http.authedRequest(
|
||||||
|
|||||||
Reference in New Issue
Block a user