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

Fix test again

That one was part of the protocol - don't camelcase that
This commit is contained in:
David Baker
2019-10-28 16:07:26 +00:00
parent de1b545df1
commit e92d2bd70a

View File

@@ -756,7 +756,7 @@ class DeviceListUpdateSerialiser {
downloadUsers, opts, downloadUsers, opts,
).then((res) => { ).then((res) => {
const dk = res.device_keys || {}; const dk = res.device_keys || {};
const masterKeys = res.masterKeys || {}; const masterKeys = res.master_keys || {};
const ssks = res.self_signing_keys || {}; const ssks = res.self_signing_keys || {};
const usks = res.user_signing_keys || {}; const usks = res.user_signing_keys || {};