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

Log first known index with megolm session updates

Move the logging lower to a point where we know the first index.
This commit is contained in:
David Baker
2020-04-23 11:43:22 +01:00
parent 32233a2c7b
commit b58846ab6e
2 changed files with 5 additions and 1 deletions

View File

@@ -1323,7 +1323,6 @@ MegolmDecryption.prototype.onRoomKeyEvent = function(event) {
keysClaimed = event.getKeysClaimed();
}
logger.log(`Received and adding key for megolm session ${senderKey}|${sessionId}`);
return this._olmDevice.addInboundGroupSession(
content.room_id, senderKey, forwardingKeyChain, sessionId,
content.session_key, keysClaimed,