1
0

Merge pull request #4100 from matrix-org/rav/room_upgrade_avatar

Remember to copy the avatar on room upgrades
This commit is contained in:
Richard van der Hoff
2018-10-29 12:49:21 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

1
changelog.d/4100.feature Normal file
View File

@@ -0,0 +1 @@
Support for replacing rooms with new ones

View File

@@ -265,7 +265,8 @@ class RoomCreationHandler(BaseHandler):
(EventTypes.Name, ""),
(EventTypes.Topic, ""),
(EventTypes.RoomHistoryVisibility, ""),
(EventTypes.GuestAccess, "")
(EventTypes.GuestAccess, ""),
(EventTypes.RoomAvatar, ""),
)
old_room_state_ids = yield self.store.get_filtered_current_state_ids(