mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:04:53 -04:00
Transfer related groups on room upgrade (#4990)
Transfers the m.room.related_groups state event on room upgrade.
This commit is contained in:
parent
8530090b16
commit
66e78700a2
3 changed files with 3 additions and 0 deletions
|
@ -280,6 +280,7 @@ class RoomCreationHandler(BaseHandler):
|
|||
(EventTypes.RoomAvatar, ""),
|
||||
(EventTypes.Encryption, ""),
|
||||
(EventTypes.ServerACL, ""),
|
||||
(EventTypes.RelatedGroups, ""),
|
||||
)
|
||||
|
||||
old_room_state_ids = yield self.store.get_filtered_current_state_ids(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue