Default PL100 to enable encryption in a room

pull/7230/head
Andrew Morgan 2020-04-01 16:11:39 +01:00
parent 2e826cd80c
commit 9c34f8bac8
1 changed files with 1 additions and 0 deletions

View File

@ -806,6 +806,7 @@ class RoomCreationHandler(BaseHandler):
EventTypes.RoomAvatar: 50,
EventTypes.Tombstone: 100,
EventTypes.ServerACL: 100,
EventTypes.RoomEncryption: 100,
},
"events_default": 0,
"state_default": 50,