mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03: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
2 changed files with 2 additions and 0 deletions
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.GuestAccess, ""),
|
||||||
(EventTypes.RoomAvatar, ""),
|
(EventTypes.RoomAvatar, ""),
|
||||||
(EventTypes.Encryption, ""),
|
(EventTypes.Encryption, ""),
|
||||||
|
(EventTypes.ServerACL, ""),
|
||||||
)
|
)
|
||||||
|
|
||||||
old_room_state_ids = yield self.store.get_filtered_current_state_ids(
|
old_room_state_ids = yield self.store.get_filtered_current_state_ids(
|
||||||
|
|
Loading…
Reference in a new issue