1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
This commit is contained in:
Matthew Hodgson
2019-11-26 01:41:59 +00:00
parent 2215087f96
commit 191695da5a
3 changed files with 12 additions and 9 deletions

View File

@@ -2296,7 +2296,8 @@ Crypto.prototype._getTrackedE2eRooms = function() {
Crypto.prototype._onToDeviceEvent = function(event) {
try {
console.log(`received to_device ${event.getType()} from: ${event.getSender()} id: ${event.getId()}`);
console.log(`received to_device ${event.getType()} from: ` +
`${event.getSender()} id: ${event.getId()}`);
if (event.getType() == "m.room_key"
|| event.getType() == "m.forwarded_room_key") {