summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2023-03-21 17:59:55 -0700
committerGitHub <noreply@github.com>2023-03-21 17:59:55 -0700
commit72f3f23c4db3f549a1aa060a7e98ba07812e570b (patch)
tree38a460e811a7db23fe9158cf8d91a6e9eb71fa03 /changelog.d
parentBump sentry-sdk from 1.15.0 to 1.17.0 (#15285) (diff)
downloadsynapse-72f3f23c4db3f549a1aa060a7e98ba07812e570b.tar.xz
Change the parameter `immediate` of `send_device_messages` to default to `True` (#15297)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15297.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15297.bugfix b/changelog.d/15297.bugfix
new file mode 100644
index 0000000000..b5735fe4da
--- /dev/null
+++ b/changelog.d/15297.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse v1.55.0 which could delay remote homeservers being able to decrypt encrypted messages sent by local users.