Skip to content

Commit 3d960d8

Browse files
Add MSC3820 comment context to RoomVersion attributes (#19577)
Spawning from element-hq/synapse#19424 (comment)
1 parent 0d4accb commit 3d960d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.d/19577.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add MSC3820 comment context to `RoomVersion` attributes.

synapse/api/room_versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ class RoomVersion:
8686
# MSC2209: Check 'notifications' key while verifying
8787
# m.room.power_levels auth rules.
8888
limit_notifications_power_levels: bool
89-
# No longer include the creator in m.room.create events.
89+
# MSC3820: No longer include the creator in m.room.create events (room version 11)
9090
implicit_room_creator: bool
91-
# Apply updated redaction rules algorithm from room version 11.
91+
# MSC3820: Apply updated redaction rules algorithm from room version 11
9292
updated_redaction_rules: bool
9393
# Support the 'restricted' join rule.
9494
restricted_join_rule: bool

0 commit comments

Comments
 (0)