diff --git a/src/client.js b/src/client.js index 84c42ae18..9f66b7898 100644 --- a/src/client.js +++ b/src/client.js @@ -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(