summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-10-05 19:59:01 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-10-05 19:59:01 +0100
commit59e7ac7405e0b5002902c62886f39221393dbaf7 (patch)
tree870e95ea17bd70d7b72d6facf4382604a6ee5ff7
parentAdd new experimental room version for knocking (diff)
downloadsynapse-59e7ac7405e0b5002902c62886f39221393dbaf7.tar.xz
MSC2261 was never merged, remove it from comment
-rw-r--r--synapse/api/room_versions.py2
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]