1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

remove obsolete comment

This commit is contained in:
Hubert Chathi
2020-02-20 14:43:24 -05:00
parent a58e7a34e7
commit b4f0ea441b

View File

@@ -393,12 +393,6 @@ MegolmEncryption.prototype._splitUserDeviceMap = function(
if (!sessionResult.sessionId) { if (!sessionResult.sessionId) {
// no session with this device, probably because there // no session with this device, probably because there
// were no one-time keys. // 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 // mark this device as "handled" because we don't want to try
// to claim a one-time-key for dead devices on every message. // to claim a one-time-key for dead devices on every message.