summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-05-20 11:10:36 -0400
committerGitHub <noreply@github.com>2021-05-20 11:10:36 -0400
commit551d2c3f4b492d59b3c670c1a8e82869b16a594d (patch)
treeff1b42eb4c2fa9f6bccf3e2db4aac9ab8e27882c /changelog.d
parentMerge branch 'master' of github.com:matrix-org/synapse into develop (diff)
downloadsynapse-551d2c3f4b492d59b3c670c1a8e82869b16a594d.tar.xz
Allow a user who could join a restricted room to see it in spaces summary. (#9922)
This finishes up the experimental implementation of MSC3083 by showing
the restricted rooms in the spaces summary (from MSC2946).
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9922.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9922.feature b/changelog.d/9922.feature
new file mode 100644
index 0000000000..2c655350c0
--- /dev/null
+++ b/changelog.d/9922.feature
@@ -0,0 +1 @@
+Experimental support to allow a user who could join a restricted room to view it in the spaces summary.