summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-04-14 12:32:20 -0400
committerGitHub <noreply@github.com>2021-04-14 12:32:20 -0400
commitcc51aaaa7adb0ec2235e027b5184ebda9b660ec4 (patch)
tree39fe178b6fb07577d7ec84744f6155ccbf05a37e /changelog.d
parentExperimental Federation Speedup (#9702) (diff)
downloadsynapse-cc51aaaa7adb0ec2235e027b5184ebda9b660ec4.tar.xz
Check for space membership during a remote join of a restricted room. (#9763)
When receiving a /send_join request for 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/9763.feature1
-rw-r--r--changelog.d/9800.feature1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/9763.feature b/changelog.d/9763.feature
new file mode 100644
index 0000000000..9404ad2fc0
--- /dev/null
+++ b/changelog.d/9763.feature
@@ -0,0 +1 @@
+Update experimental support for [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083): restricting room access via group membership.
diff --git a/changelog.d/9800.feature b/changelog.d/9800.feature
new file mode 100644
index 0000000000..9404ad2fc0
--- /dev/null
+++ b/changelog.d/9800.feature
@@ -0,0 +1 @@
+Update experimental support for [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083): restricting room access via group membership.