Default PL100 to enable encryption in a room
parent
2e826cd80c
commit
9c34f8bac8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue