mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 16:09:23 +01:00
47 lines
1018 B
Markdown
47 lines
1018 B
Markdown
|
# Template power levels event for quick copy-pasting
|
||
|
|
||
|
The main point I do this for is users `users`
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"users": {
|
||
|
"@mikaela:feneas.org": 100,
|
||
|
"@mikaela-matterbridge:feneas.org": 100,
|
||
|
"@Ciblia:matrix.org": 100,
|
||
|
"@mikaela:pirateriot.net": 100,
|
||
|
"@leon:the-apothecary.club": 100,
|
||
|
"@mikaela:liberta.casa": 100
|
||
|
}
|
||
|
},
|
||
|
```
|
||
|
|
||
|
but here is `events` just in case. Please don't copy-paste directly, that may
|
||
|
break things:
|
||
|
|
||
|
```json
|
||
|
{
|
||
|
"type": "m.room.power_levels",
|
||
|
"content": {
|
||
|
"invite": 100,
|
||
|
"events": {
|
||
|
"m.room.avatar": 100,
|
||
|
"im.vector.modular.widgets": 100,
|
||
|
"m.room.history_visibility": 100,
|
||
|
"m.room.name": 100,
|
||
|
"m.room.encryption": 100,
|
||
|
"m.room.tombstone": 100,
|
||
|
"m.room.canonical_alias": 100,
|
||
|
"m.room.power_levels": 100,
|
||
|
"m.room.topic": 100,
|
||
|
"m.room.retention": 100
|
||
|
},
|
||
|
"redact": 50,
|
||
|
"ban": 50,
|
||
|
"kick": 50,
|
||
|
"users_default": 0,
|
||
|
"events_default": 0,
|
||
|
"state_default": 50
|
||
|
},
|
||
|
}
|
||
|
```
|