mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-01-06 02:12:41 +01:00
Compare commits
No commits in common. "80111c1b0cd36fb0b0ebd1c144b02510383eedd6" and "1fe717aaf965f7b2dea314a8a1f7156d5812460b" have entirely different histories.
80111c1b0c
...
1fe717aaf9
@ -1,46 +0,0 @@
|
|||||||
# 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
|
|
||||||
},
|
|
||||||
}
|
|
||||||
```
|
|
@ -1 +0,0 @@
|
|||||||
retention
|
|
Loading…
Reference in New Issue
Block a user