You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
433 B
YAML
25 lines
433 B
YAML
10 years ago
|
{
|
||
6 years ago
|
"$ref": "core/state_event.json",
|
||
|
"type": "m.room.power_levels",
|
||
|
"state_key": "",
|
||
10 years ago
|
"content": {
|
||
|
"ban": 50,
|
||
|
"events": {
|
||
|
"m.room.name": 100,
|
||
|
"m.room.power_levels": 100
|
||
|
},
|
||
|
"events_default": 0,
|
||
8 years ago
|
"invite": 50,
|
||
10 years ago
|
"kick": 50,
|
||
|
"redact": 50,
|
||
|
"state_default": 50,
|
||
|
"users": {
|
||
|
"@example:localhost": 100
|
||
|
},
|
||
7 years ago
|
"users_default": 0,
|
||
|
"notifications": {
|
||
|
"room": 20
|
||
|
}
|
||
6 years ago
|
}
|
||
10 years ago
|
}
|