diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-06-02 11:31:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 11:31:41 -0400 |
commit | 3cf6b34b4e203dcda803ab3ac88c9dadc591e4a1 (patch) | |
tree | e78c4245fa489820e6697be307d17aa4a0b506c2 /changelog.d | |
parent | Make /sync do less state res (#10102) (diff) | |
download | synapse-3cf6b34b4e203dcda803ab3ac88c9dadc591e4a1.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. |