1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00
This commit is contained in:
Matthew Hodgson
2019-11-26 01:41:59 +00:00
committed by Travis Ralston
parent 549656884b
commit 8c72fd104e
3 changed files with 12 additions and 9 deletions

View File

@@ -2277,7 +2277,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") {