Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4608 from matrix-org/anoa/acls_room_upgrade
Browse files Browse the repository at this point in the history
Transfer Server ACLs on room upgrade
  • Loading branch information
erikjohnston authored Feb 12, 2019
2 parents b18cd25 + eff2042 commit ba3f27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/4608.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Transfer Server ACLs on room upgrade.
1 change: 1 addition & 0 deletions synapse/handlers/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def clone_existing_room(
(EventTypes.GuestAccess, ""),
(EventTypes.RoomAvatar, ""),
(EventTypes.Encryption, ""),
(EventTypes.ServerACL, ""),
)

old_room_state_ids = yield self.store.get_filtered_current_state_ids(
Expand Down

0 comments on commit ba3f27b

Please sign in to comment.