diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-11 15:04:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 15:04:51 -0400 |
commit | 3ebb6694f018eedb7d3c4fda829540f07b45a5b1 (patch) | |
tree | 2a6882ec91d931bd367698f864611d5bfdc8dfcf /changelog.d | |
parent | Expire old spaces summary pagination sessions. (#10574) (diff) | |
download | synapse-3ebb6694f018eedb7d3c4fda829540f07b45a5b1.tar.xz |
Allow requesting the summary of a space which is joinable. (#10580)
As opposed to only allowing the summary of spaces which the user is already in or has world-readable visibility. This makes the logic consistent with whether a space/room is returned as part of a space and whether a space summary can start at a space.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10580.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10580.bugfix b/changelog.d/10580.bugfix new file mode 100644 index 0000000000..f8da7382b7 --- /dev/null +++ b/changelog.d/10580.bugfix @@ -0,0 +1 @@ +Allow public rooms to be previewed in the spaces summary APIs from [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946). |