mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 09:14:49 -04:00
Support MSC3289: Room version 8 (#10449)
This adds support for MSC3289: room version 8. This is room version 7 + MSC3083.
This commit is contained in:
parent
4578531002
commit
0c246dd4a0
9 changed files with 37 additions and 38 deletions
|
@ -240,7 +240,7 @@ class EventAuthHandler:
|
|||
|
||||
# If the join rule is not restricted, this doesn't apply.
|
||||
join_rules_event = await self._store.get_event(join_rules_event_id)
|
||||
return join_rules_event.content.get("join_rule") == JoinRules.MSC3083_RESTRICTED
|
||||
return join_rules_event.content.get("join_rule") == JoinRules.RESTRICTED
|
||||
|
||||
async def get_rooms_that_allow_join(
|
||||
self, state_ids: StateMap[str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue