summary refs log tree commit diff
path: root/changelog.d/10305.feature
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-07-13 08:59:27 -0400
committerGitHub <noreply@github.com>2021-07-13 08:59:27 -0400
commit2d16e69b4bf09b5274a8fa15c8ca4719db8366c1 (patch)
tree64295c8acdff001ba839adb82ab29f6baa3972ab /changelog.d/10305.feature
parentMerge branch 'master' into develop (diff)
downloadsynapse-2d16e69b4bf09b5274a8fa15c8ca4719db8366c1.tar.xz
Show all joinable rooms in the spaces summary. (#10298)
Previously only world-readable rooms were shown. This means that
rooms which are public, knockable, or invite-only with a pending invitation,
are included in a space summary. It also applies the same logic to
the experimental room version from MSC3083 -- if a user has access
to the proper allowed rooms then it is shown in the spaces summary.

This change is made per MSC3173 allowing stripped state of a room to
be shown to any potential room joiner.
Diffstat (limited to 'changelog.d/10305.feature')
-rw-r--r--changelog.d/10305.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10305.feature b/changelog.d/10305.feature
new file mode 100644
index 0000000000..7059db5075
--- /dev/null
+++ b/changelog.d/10305.feature
@@ -0,0 +1 @@
+The spaces summary API now returns any joinable rooms, not only rooms which are world-readable.