mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-22 12:54:57 -05:00
Create an 'invite' powerlevel when making new rooms
This commit is contained in:
parent
bc41f0398f
commit
48b6ee2b67
@ -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 New Issue
Block a user