mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-18 11:30:21 -04:00
Add a new room version for MSC3787's knock+restricted join rule (#12623)
This commit is contained in:
parent
24b590de32
commit
942c30b16b
6 changed files with 68 additions and 7 deletions
|
@ -65,6 +65,8 @@ class JoinRules:
|
|||
PRIVATE: Final = "private"
|
||||
# As defined for MSC3083.
|
||||
RESTRICTED: Final = "restricted"
|
||||
# As defined for MSC3787.
|
||||
KNOCK_RESTRICTED: Final = "knock_restricted"
|
||||
|
||||
|
||||
class RestrictedJoinRuleTypes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue