Create an 'invite' powerlevel when making new rooms

This commit is contained in:
Paul "LeoNerd" Evans 2015-04-21 21:07:35 +01:00
parent bc41f0398f
commit 48b6ee2b67

View file

@ -213,7 +213,8 @@ class RoomCreationHandler(BaseHandler):
"state_default": 50,
"ban": 50,
"kick": 50,
"redact": 50
"redact": 50,
"invite": 0,
},
)