mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:46:01 -04:00
Implement MSC2176: Updated redaction rules (#8984)
An experimental room version ("org.matrix.msc2176") contains the new redaction rules for testing.
This commit is contained in:
parent
111b673fc1
commit
9dde9c9f01
5 changed files with 206 additions and 30 deletions
|
@ -365,7 +365,7 @@ class RoomCreationHandler(BaseHandler):
|
|||
creation_content = {
|
||||
"room_version": new_room_version.identifier,
|
||||
"predecessor": {"room_id": old_room_id, "event_id": tombstone_event_id},
|
||||
}
|
||||
} # type: JsonDict
|
||||
|
||||
# Check if old room was non-federatable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue