diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-06-02 11:31:41 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-06-03 08:04:01 -0400 |
commit | 36a7ff0c867e6df969517c58d3eb2520b2ab39d9 (patch) | |
tree | 06d4fb73079c0ab368a284aa069984b45e863640 /changelog.d | |
parent | Merge v1.35.0rc3 into v1.35.0 due to incorrect tagging (diff) | |
download | synapse-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.bugfix | 1 |
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. |