We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ed972 commit 890a840Copy full SHA for 890a840
src/crypto/SecretStorage.ts
@@ -549,7 +549,7 @@ export class SecretStorage {
549
550
const senderKeyUser = this.baseApis.crypto.deviceList.getUserByIdentityKey(
551
olmlib.OLM_ALGORITHM,
552
- content.sender_key,
+ event.getSenderKey() || "",
553
);
554
if (senderKeyUser !== event.getSender()) {
555
logger.error("sending device does not belong to the user it claims to be from");
0 commit comments