mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 16:21:03 +01:00
Transfer Server ACLs on room upgrade
This commit is contained in:
parent
6e2a5aa050
commit
a126f86eec
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ class RoomCreationHandler(BaseHandler):
|
|||
(EventTypes.GuestAccess, ""),
|
||||
(EventTypes.RoomAvatar, ""),
|
||||
(EventTypes.Encryption, ""),
|
||||
(EventTypes.ServerACL, ""),
|
||||
)
|
||||
|
||||
old_room_state_ids = yield self.store.get_filtered_current_state_ids(
|
||||
|
|
Loading…
Add table
Reference in a new issue