summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2022-10-12 11:01:00 -0700
committerGitHub <noreply@github.com>2022-10-12 11:01:00 -0700
commitb6baa46db078c3ef9e6c5751bccb8d2e1c5c5402 (patch)
treeea875cfe0e2023373822f81ed0ac6d681b25c3eb /changelog.d
parentReturn the thread ID properly down sync. (#14159) (diff)
downloadsynapse-b6baa46db078c3ef9e6c5751bccb8d2e1c5c5402.tar.xz
Fix a bug where the joined hosts for a given event were not being properly cached (#14125)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14125.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14125.bugfix b/changelog.d/14125.bugfix
new file mode 100644
index 0000000000..852f00ebb9
--- /dev/null
+++ b/changelog.d/14125.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.69.0rc1 where the joined hosts for a given event were not being properly cached.