diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-05-11 11:02:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 11:02:56 +0100 |
commit | 7967b36efe6a033f46cd882d0b31a8c3eb18631c (patch) | |
tree | 2949141c3cb6180ff1f3ce6ed5bdb54b4b575e31 /changelog.d | |
parent | Improve performance of backfilling in large rooms. (#9935) (diff) | |
download | synapse-7967b36efe6a033f46cd882d0b31a8c3eb18631c.tar.xz |
Fix `m.room_key_request` to-device messages (#9961)
fixes #9960
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9961.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9961.bugfix b/changelog.d/9961.bugfix new file mode 100644 index 0000000000..e26d141a53 --- /dev/null +++ b/changelog.d/9961.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.29.0 which caused `m.room_key_request` to-device messages sent from one user to another to be dropped. |