diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-05-19 18:32:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 18:32:48 +0100 |
commit | 96df31239cdbcd4f50f503bf329fe3bb86c39a20 (patch) | |
tree | d8cff9ad356b7c9f738e1beb3de89b230562dd8c /synapse/handlers/room.py | |
parent | Lay some foundation work to allow workers to only subscribe to some kinds of ... (diff) | |
download | synapse-96df31239cdbcd4f50f503bf329fe3bb86c39a20.tar.xz |
Add a unit test for copying over arbitrary room types when upgrading a room (#12792)
Diffstat (limited to 'synapse/handlers/room.py')
-rw-r--r-- | synapse/handlers/room.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py index b7d64a2f5a..794f94f6b3 100644 --- a/synapse/handlers/room.py +++ b/synapse/handlers/room.py @@ -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. """ |