mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
log new room keys for debugging
This commit is contained in:
parent
dea9fd90b4
commit
cd172f6df2
@ -53,6 +53,7 @@ export class DeviceMessageHandler {
|
||||
});
|
||||
let roomKeys;
|
||||
if (megOlmRoomKeysResults.length) {
|
||||
console.log("new room keys", megOlmRoomKeysResults);
|
||||
roomKeys = await this._megolmDecryption.addRoomKeys(megOlmRoomKeysResults, txn);
|
||||
}
|
||||
return {roomKeys};
|
||||
|
Loading…
Reference in New Issue
Block a user