Compare commits

..

No commits in common. "80111c1b0cd36fb0b0ebd1c144b02510383eedd6" and "1fe717aaf965f7b2dea314a8a1f7156d5812460b" have entirely different histories.

2 changed files with 0 additions and 47 deletions

View File

@ -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
},
}
```

View File

@ -1 +0,0 @@
retention