From e92d2bd70a1b5e3466a0ba6f68f88b1dc3788770 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 28 Oct 2019 16:07:26 +0000 Subject: [PATCH] Fix test again That one was part of the protocol - don't camelcase that --- src/crypto/DeviceList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/DeviceList.js b/src/crypto/DeviceList.js index 55cae532b..31616a5ed 100644 --- a/src/crypto/DeviceList.js +++ b/src/crypto/DeviceList.js @@ -756,7 +756,7 @@ class DeviceListUpdateSerialiser { downloadUsers, opts, ).then((res) => { const dk = res.device_keys || {}; - const masterKeys = res.masterKeys || {}; + const masterKeys = res.master_keys || {}; const ssks = res.self_signing_keys || {}; const usks = res.user_signing_keys || {};