mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 12:14:56 -04:00
Add a unit test for copying over arbitrary room types when upgrading a room (#12792)
This commit is contained in:
parent
177b884ad7
commit
96df31239c
3 changed files with 33 additions and 2 deletions
|
@ -427,7 +427,7 @@ class RoomCreationHandler:
|
|||
requester: the user requesting the upgrade
|
||||
old_room_id : the id of the room to be replaced
|
||||
new_room_id: the id to give the new room (should already have been
|
||||
created with _gemerate_room_id())
|
||||
created with _generate_room_id())
|
||||
new_room_version: the new room version to use
|
||||
tombstone_event_id: the ID of the tombstone event in the old room.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue