You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
lint
This commit is contained in:
@@ -439,7 +439,10 @@ MegolmEncryption.prototype.reshareKeyWithDevice = async function(
|
|||||||
}
|
}
|
||||||
const sentChainIndex = obSessionInfo.sharedWithDevices[userId][device.deviceId];
|
const sentChainIndex = obSessionInfo.sharedWithDevices[userId][device.deviceId];
|
||||||
if (sentChainIndex === undefined) {
|
if (sentChainIndex === undefined) {
|
||||||
logger.debug("Session ID " + sessionId + " never shared with device " + userId + ":" + device.deviceId);
|
logger.debug(
|
||||||
|
"Session ID " + sessionId + " never shared with device " +
|
||||||
|
userId + ":" + device.deviceId,
|
||||||
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user