From 34a0bd4c38d22c19d5873711ffd6cae43ef5fb77 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 21 Jan 2017 05:13:12 +0000 Subject: [PATCH] oops, unbreak it --- src/crypto/algorithms/megolm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crypto/algorithms/megolm.js b/src/crypto/algorithms/megolm.js index 2abf3f945..54c2660fd 100644 --- a/src/crypto/algorithms/megolm.js +++ b/src/crypto/algorithms/megolm.js @@ -433,8 +433,8 @@ MegolmEncryption.prototype._checkForUnknownDevices = function(devicesInRoom) { if (device.isUnverified() && !device.isKnown()) { // mark the devices as known to the user, given we're about to // yell at them. - //this._crypto.setDeviceVerification(userId, device.deviceId, - // undefined, undefined, true); + this._crypto.setDeviceVerification(userId, device.deviceId, + undefined, undefined, true); if (!unknownDevices[userId]) { unknownDevices[userId] = {}; }