mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-22 05:03:56 +01:00
Create an 'invite' powerlevel when making new rooms
This commit is contained in:
parent
bc41f0398f
commit
48b6ee2b67
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@ class RoomCreationHandler(BaseHandler):
|
||||||
"state_default": 50,
|
"state_default": 50,
|
||||||
"ban": 50,
|
"ban": 50,
|
||||||
"kick": 50,
|
"kick": 50,
|
||||||
"redact": 50
|
"redact": 50,
|
||||||
|
"invite": 0,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue