summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-05-11 11:02:56 +0100
committerGitHub <noreply@github.com>2021-05-11 11:02:56 +0100
commit7967b36efe6a033f46cd882d0b31a8c3eb18631c (patch)
tree2949141c3cb6180ff1f3ce6ed5bdb54b4b575e31 /changelog.d
parentImprove performance of backfilling in large rooms. (#9935) (diff)
downloadsynapse-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.bugfix1
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.