mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-04 06:54:49 -04:00
Add an experimental room version to support restricted join rules. (#9717)
Per MSC3083.
This commit is contained in:
parent
e32294f54b
commit
35c5ef2d24
6 changed files with 297 additions and 11 deletions
|
@ -59,6 +59,8 @@ class JoinRules:
|
|||
KNOCK = "knock"
|
||||
INVITE = "invite"
|
||||
PRIVATE = "private"
|
||||
# As defined for MSC3083.
|
||||
MSC3083_RESTRICTED = "restricted"
|
||||
|
||||
|
||||
class LoginType:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue