From 593b1a4bbf37a620c3a8ca45761aa5fa82b29fc6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 22 Apr 2022 17:55:04 +0300 Subject: [PATCH] m.room.power_levels: move to json5 --- matrix/m.room.power_levels/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/matrix/m.room.power_levels/README.md b/matrix/m.room.power_levels/README.md index ecb7332..d3d0640 100644 --- a/matrix/m.room.power_levels/README.md +++ b/matrix/m.room.power_levels/README.md @@ -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 }