summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-04-08 08:28:32 -0400
committerGitHub <noreply@github.com>2021-04-08 08:28:32 -0400
commit452991527a3e76715f0571f81f036ea20de0be36 (patch)
treee6f76e24e119724baa6e2832f7ec00901db8d6f4 /changelog.d
parentRecord more information into structured logs. (#9654) (diff)
downloadsynapse-452991527a3e76715f0571f81f036ea20de0be36.tar.xz
MSC3083: Check for space membership during a local join of restricted rooms. (#9735)
When joining a room with join rules set to 'restricted', check if the
user is a member of the spaces defined in the 'allow' key of the join rules.

This only applies to an experimental room version, as defined in MSC3083.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9735.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9735.feature b/changelog.d/9735.feature
new file mode 100644
index 0000000000..c2c74f13d5
--- /dev/null
+++ b/changelog.d/9735.feature
@@ -0,0 +1 @@
+Add experimental support for [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083): restricting room access via group membership.