mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-25 12:49:23 +01:00
m.room.power_levels: move to json5
This commit is contained in:
parent
e102c85e02
commit
593b1a4bbf
@ -28,7 +28,7 @@ This has the rest event in two forms, but doesn't duplicate the above.
|
||||
|
||||
This is not the Element/Synapse default as that would be pointless to list.
|
||||
|
||||
```json
|
||||
```json5
|
||||
{
|
||||
"ban": 50,
|
||||
"events": {
|
||||
@ -52,7 +52,7 @@ This is not the Element/Synapse default as that would be pointless to list.
|
||||
"redact": 50,
|
||||
"state_default": 50,
|
||||
"users": {
|
||||
READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
|
||||
// READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
|
||||
},
|
||||
"users_default": 0
|
||||
}
|
||||
@ -65,7 +65,7 @@ This is not the Element/Synapse default as that would be pointless to list.
|
||||
|
||||
### Paranoid version
|
||||
|
||||
```json
|
||||
```json5
|
||||
{
|
||||
"ban": 50,
|
||||
"events": {
|
||||
@ -92,7 +92,7 @@ This is not the Element/Synapse default as that would be pointless to list.
|
||||
"redact": 50,
|
||||
"state_default": 100,
|
||||
"users": {
|
||||
READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
|
||||
// READ THE BEGINNING OF THE FILE FOR THIS SECTION AND PROPER FORMAT! OR SEE YOUR CURRENT EVENT!
|
||||
},
|
||||
"users_default": 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user