diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-07-13 08:59:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 08:59:27 -0400 |
commit | 2d16e69b4bf09b5274a8fa15c8ca4719db8366c1 (patch) | |
tree | 64295c8acdff001ba839adb82ab29f6baa3972ab /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/10298.feature | 1 | ||||
-rw-r--r-- | changelog.d/10305.feature | 1 | ||||
-rw-r--r-- | changelog.d/10305.misc | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/10298.feature b/changelog.d/10298.feature new file mode 100644 index 0000000000..7059db5075 --- /dev/null +++ b/changelog.d/10298.feature @@ -0,0 +1 @@ +The spaces summary API now returns any joinable rooms, not only rooms which are world-readable. 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. diff --git a/changelog.d/10305.misc b/changelog.d/10305.misc deleted file mode 100644 index 8488d47f6f..0000000000 --- a/changelog.d/10305.misc +++ /dev/null @@ -1 +0,0 @@ -Additional unit tests for the spaces summary API. |