Browse Source

Transfer Server ACLs on room upgrade

tags/v0.99.1rc1
Andrew Morgan 5 years ago
parent
commit
a126f86eec
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      synapse/handlers/room.py

+ 1
- 0
synapse/handlers/room.py View File

@@ -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…
Cancel
Save