Skip to content

Commit

Permalink
Fix #792
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Nov 28, 2018
1 parent bdc1fa4 commit 6db8dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,7 @@ Crypto.prototype._onToDeviceBadEncrypted = async function(event) {
"Couldn't find device for identity key " + deviceKey +
": not re-establishing session",
);
return;
}
const devicesByUser = {};
devicesByUser[sender] = [device];
Expand Down

0 comments on commit 6db8dd6

Please sign in to comment.