summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2021-11-16 15:40:47 +0000
committerGitHub <noreply@github.com>2021-11-16 15:40:47 +0000
commit88375beeaab3f3902d6f22fea6a14daa8f2b8a5a (patch)
tree7ddd72ce28d22462371e77e2e18a3db9fd497cbf /changelog.d
parentAdd support for `/_matrix/client/v3` APIs (#11318) (diff)
downloadsynapse-88375beeaab3f3902d6f22fea6a14daa8f2b8a5a.tar.xz
Avoid sharing room hierarchy responses between users (#11355)
Different users may be allowed to see different rooms within a space,
so sharing responses between users is inadvisable.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11355.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11355.bugfix b/changelog.d/11355.bugfix
new file mode 100644
index 0000000000..91639f14b2
--- /dev/null
+++ b/changelog.d/11355.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in 1.41.0 where space hierarchy responses would be incorrectly reused if multiple users were to make the same request at the same time.