mirror of
https://github.com/matrix-org/synapse.git
synced 2025-11-13 06:31:13 +01:00
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.