1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Don't force more than one new session per device per hour

This commit is contained in:
David Baker
2018-11-14 14:20:55 +00:00
parent 93d9c40323
commit ebf20d5b2c
2 changed files with 25 additions and 1 deletions

View File

@@ -499,7 +499,7 @@ MegolmEncryption.prototype.reshareKeyWithDevice = async function(
},
});
logger.debug(
`Re-shared key for session ${sessionId} with {userId}:{device.deviceId}`,
`Re-shared key for session ${sessionId} with ${userId}:${device.deviceId}`,
);
};