From dd98d7eb2c176a3a80d2e69c54d85f02d7d72e96 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 21 Nov 2022 14:33:30 +0000 Subject: [PATCH] Further improvements to e2ee logging (#2900) A followup to #2884. In particular, it is not always the case that the `sender_key` in a `m.room_key_withheld` message is the sender of that message. --- src/crypto/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/crypto/index.ts b/src/crypto/index.ts index 04a6e5e1ae6..4a7f73e9bd4 100644 --- a/src/crypto/index.ts +++ b/src/crypto/index.ts @@ -3269,9 +3269,9 @@ export class Crypto extends TypedEventEmitter