mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 11:39:29 -05:00
Transfer Server ACLs on room upgrade
This commit is contained in:
parent
6e2a5aa050
commit
a126f86eec
@ -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…
Reference in New Issue
Block a user