mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-19 04:57:47 -04:00
Remember to copy the avatar on room upgrades
This commit is contained in:
parent
54bbe71867
commit
5caf79b312
2 changed files with 3 additions and 1 deletions
|
@ -228,7 +228,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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue