mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-06 16:03:42 +01:00
Merge pull request #290 from gergelypolonkai/master
Add invite key to m.room.power_levels schema
This commit is contained in:
commit
ffe3ec33f1
|
|
@ -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