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 +