diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-11-16 15:40:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 15:40:47 +0000 |
commit | 88375beeaab3f3902d6f22fea6a14daa8f2b8a5a (patch) | |
tree | 7ddd72ce28d22462371e77e2e18a3db9fd497cbf /changelog.d | |
parent | Add support for `/_matrix/client/v3` APIs (#11318) (diff) | |
download | synapse-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.bugfix | 1 |
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. |