diff options
author | Shay <hillerys@element.io> | 2022-10-12 11:01:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 11:01:00 -0700 |
commit | b6baa46db078c3ef9e6c5751bccb8d2e1c5c5402 (patch) | |
tree | ea875cfe0e2023373822f81ed0ac6d681b25c3eb /changelog.d | |
parent | Return the thread ID properly down sync. (#14159) (diff) | |
download | synapse-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.bugfix | 1 |
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. |