Default PL100 to enable encryption in a room (#7230)

This commit is contained in:
Andrew Morgan 2020-04-09 18:45:38 +01:00 committed by GitHub
parent b85d7652ff
commit ac978ab3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 299 additions and 4 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,