mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-26 10:58:38 +01:00
Add invite key to m.room.power_levels schema
Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
This commit is contained in:
parent
cc0dae3aeb
commit
583c8cbfaf
|
|
@ -25,6 +25,10 @@
|
|||
"type": "number",
|
||||
"description": "The level required to redact an event."
|
||||
},
|
||||
"invite": {
|
||||
"type": "number",
|
||||
"description": "The level required to invite a user."
|
||||
},
|
||||
"state_default": {
|
||||
"type": "number",
|
||||
"description": "The default level required to send state events. Can be overridden by the ``events`` key."
|
||||
|
|
|
|||
Loading…
Reference in a new issue