From b4f0ea441b54c7b87ccc4cec2b5b67a4a38ac18a Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Thu, 20 Feb 2020 14:43:24 -0500 Subject: [PATCH] remove obsolete comment --- src/crypto/algorithms/megolm.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/crypto/algorithms/megolm.js b/src/crypto/algorithms/megolm.js index 47692efd1..75f1cb130 100644 --- a/src/crypto/algorithms/megolm.js +++ b/src/crypto/algorithms/megolm.js @@ -393,12 +393,6 @@ MegolmEncryption.prototype._splitUserDeviceMap = function( if (!sessionResult.sessionId) { // no session with this device, probably because there // were no one-time keys. - // - // we could send them a to_device message anyway, as a - // signal that they have missed out on the key sharing - // message because of the lack of keys, but there's not - // much point in that really; it will mostly serve to clog - // up to_device inboxes. // mark this device as "handled" because we don't want to try // to claim a one-time-key for dead devices on every message.