diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-10-05 19:59:01 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-10-05 19:59:01 +0100 |
commit | 59e7ac7405e0b5002902c62886f39221393dbaf7 (patch) | |
tree | 870e95ea17bd70d7b72d6facf4382604a6ee5ff7 | |
parent | Add new experimental room version for knocking (diff) | |
download | synapse-59e7ac7405e0b5002902c62886f39221393dbaf7.tar.xz |
MSC2261 was never merged, remove it from comment
-rw-r--r-- | synapse/api/room_versions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/room_versions.py b/synapse/api/room_versions.py index 6caf539c76..ad26c7a694 100644 --- a/synapse/api/room_versions.py +++ b/synapse/api/room_versions.py @@ -57,7 +57,7 @@ class RoomVersion: state_res = attr.ib() # int; one of the StateResolutionVersions enforce_key_validity = attr.ib() # bool - # Before MSC2261/MSC2432, m.room.aliases had special auth rules and redaction rules + # Before MSC2432, m.room.aliases had special auth rules and redaction rules special_case_aliases_auth = attr.ib(type=bool) # Strictly enforce canonicaljson, do not allow: # * Integers outside the range of [-2 ^ 53 + 1, 2 ^ 53 - 1] |