You've already forked matrix-js-sdk
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user