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 18:01:11 +0100
committerGitHub <noreply@github.com>2021-05-11 18:01:11 +0100
commit63fb220e5f90b63acfa4bdfb61788f2c2d867c86 (patch)
tree318e51bae291f579232793cdee4b6525e0fce2fe /changelog.d
parentSort child events according to MSC1772 for the spaces summary API. (#9954) (diff)
downloadsynapse-63fb220e5f90b63acfa4bdfb61788f2c2d867c86.tar.xz
Tests for to-device messages (#9965)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9965.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9965.bugfix b/changelog.d/9965.bugfix
new file mode 100644
index 0000000000..e26d141a53
--- /dev/null
+++ b/changelog.d/9965.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.