m.room.power_levels: move to json5

This commit is contained in:
Aminda Suomalainen 2022-04-22 17:55:04 +03:00
parent e102c85e02
commit 593b1a4bbf
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -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. This is not the Element/Synapse default as that would be pointless to list.
```json ```json5
{ {
"ban": 50, "ban": 50,
"events": { "events": {
@ -52,7 +52,7 @@ This is not the Element/Synapse default as that would be pointless to list.
"redact": 50, "redact": 50,
"state_default": 50, "state_default": 50,
"users": { "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 "users_default": 0
} }
@ -65,7 +65,7 @@ This is not the Element/Synapse default as that would be pointless to list.
### Paranoid version ### Paranoid version
```json ```json5
{ {
"ban": 50, "ban": 50,
"events": { "events": {
@ -92,7 +92,7 @@ This is not the Element/Synapse default as that would be pointless to list.
"redact": 50, "redact": 50,
"state_default": 100, "state_default": 100,
"users": { "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 "users_default": 0
} }