summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-06-02 11:31:41 -0400
committerPatrick Cloke <patrickc@matrix.org>2021-06-03 08:04:01 -0400
commit36a7ff0c867e6df969517c58d3eb2520b2ab39d9 (patch)
tree06d4fb73079c0ab368a284aa069984b45e863640 /changelog.d
parentMerge v1.35.0rc3 into v1.35.0 due to incorrect tagging (diff)
downloadsynapse-36a7ff0c867e6df969517c58d3eb2520b2ab39d9.tar.xz
Do not show invite-only rooms in spaces summary (unless joined/invited). (#10109)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10109.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10109.bugfix b/changelog.d/10109.bugfix
new file mode 100644
index 0000000000..bc41bf9e5e
--- /dev/null
+++ b/changelog.d/10109.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.35.0 where invite-only rooms would be shown to users in a space who were not invited.