mirror of
https://github.com/element-hq/synapse.git
synced 2026-03-29 11:00:30 +00:00
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:
1
changelog.d/19577.misc
Normal file
1
changelog.d/19577.misc
Normal file
@@ -0,0 +1 @@
|
||||
Add MSC3820 comment context to `RoomVersion` attributes.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user