mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-30 11:56:14 -05:00
Merge pull request #4608 from matrix-org/anoa/acls_room_upgrade
Transfer Server ACLs on room upgrade
This commit is contained in:
commit
ba3f27b69a
1
changelog.d/4608.bugfix
Normal file
1
changelog.d/4608.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Transfer Server ACLs on room upgrade.
|
@ -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