From ad71bb30acc380ea03a38b972da5a3e4ae1aca8a Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 27 Aug 2018 11:51:29 +0200 Subject: [PATCH] add comment back as we kept flag in the end --- src/crypto/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/crypto/index.js b/src/crypto/index.js index 43e092c72..4f6dbd24e 100644 --- a/src/crypto/index.js +++ b/src/crypto/index.js @@ -977,6 +977,8 @@ Crypto.prototype.onCryptoEvent = async function(event) { const content = event.getContent(); try { + // inhibit the device list refresh for now - it will happen once we've + // finished processing the sync, in onSyncCompleted. await this.setRoomEncryption(roomId, content, true); } catch (e) { console.error("Error configuring encryption in room " + roomId +