diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-04-23 07:05:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 07:05:51 -0400 |
commit | d924827da1db5d210eb06db2247a1403ed4c8b9a (patch) | |
tree | ce0b2405dedde4caa7107a15991b31d1c9b18eee /changelog.d | |
parent | Only store data in caches, not "smart" objects (#9845) (diff) | |
download | synapse-d924827da1db5d210eb06db2247a1403ed4c8b9a.tar.xz |
Check for space membership during a remote join of a restricted room (#9814)
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/9814.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9814.feature b/changelog.d/9814.feature new file mode 100644 index 0000000000..9404ad2fc0 --- /dev/null +++ b/changelog.d/9814.feature @@ -0,0 +1 @@ +Update experimental support for [MSC3083](https://github.com/matrix-org/matrix-doc/pull/3083): restricting room access via group membership. |