Add MSC3820 comment context to RoomVersion attributes (#19577)

Spawning from
https://github.com/element-hq/synapse/pull/19424#discussion_r2855303614
This commit is contained in:
Eric Eastwood
2026-03-18 07:53:13 -05:00
committed by GitHub
parent 0d4accb0a6
commit 3d960d88b3
2 changed files with 3 additions and 2 deletions

1
changelog.d/19577.misc Normal file
View File

@@ -0,0 +1 @@
Add MSC3820 comment context to `RoomVersion` attributes.

View File

@@ -86,9 +86,9 @@ class RoomVersion:
# MSC2209: Check 'notifications' key while verifying
# m.room.power_levels auth rules.
limit_notifications_power_levels: bool
# No longer include the creator in m.room.create events.
# MSC3820: No longer include the creator in m.room.create events (room version 11)
implicit_room_creator: bool
# Apply updated redaction rules algorithm from room version 11.
# MSC3820: Apply updated redaction rules algorithm from room version 11
updated_redaction_rules: bool
# Support the 'restricted' join rule.
restricted_join_rule: bool