diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-08-09 14:44:28 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-08-09 14:44:28 +0100 |
commit | f8e86b7d2e8670e9688db806ff5a9b97c9ad5365 (patch) | |
tree | fd9b350b10b2480b0b9b41dc1ceca6f75796bdc8 /synapse/api/constants.py | |
parent | Convert Transaction and Edu object to attrs (#10542) (diff) | |
parent | 1.40.0rc3 (diff) | |
download | synapse-f8e86b7d2e8670e9688db806ff5a9b97c9ad5365.tar.xz |
Merge branch 'release-v1.40' into develop
Diffstat (limited to 'synapse/api/constants.py')
-rw-r--r-- | synapse/api/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/constants.py b/synapse/api/constants.py index a986fdb47a..e0e24fddac 100644 --- a/synapse/api/constants.py +++ b/synapse/api/constants.py @@ -62,7 +62,7 @@ class JoinRules: INVITE = "invite" PRIVATE = "private" # As defined for MSC3083. - MSC3083_RESTRICTED = "restricted" + RESTRICTED = "restricted" class RestrictedJoinRuleTypes: |