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
Fix test again
That one was part of the protocol - don't camelcase that
This commit is contained in:
@@ -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 || {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user