From b234865b78f06e9157e9ca3b27b46644d9f53bd6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 3 May 2022 11:36:14 +0300 Subject: [PATCH] Revert & document "m.room.power_levels: restore m.room.history_visibility to 100" This reverts commit 907cff616f9e9eb72d96ebb3fd4e985f386d4dcc. --- matrix/m.room.power_levels/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/matrix/m.room.power_levels/README.md b/matrix/m.room.power_levels/README.md index 1850a0f..d0745c7 100644 --- a/matrix/m.room.power_levels/README.md +++ b/matrix/m.room.power_levels/README.md @@ -36,7 +36,7 @@ This is not the Element/Synapse default as that would be pointless to list. "m.room.avatar": 50, "m.room.canonical_alias": 13, "m.room.encryption": 100, - "m.room.history_visibility": 100, + "m.room.history_visibility": 99, "m.room.name": 50, "m.room.power_levels": 50, "m.room.retention": 100, @@ -58,6 +58,9 @@ This is not the Element/Synapse default as that would be pointless to list. } ``` +* `m.room.history_visibility` is lowered to 99 as it's a less permanent action than + many of the others. I am not sure on my initial logic, but it's documented in + PPFI repo as PL100 vs PL99. * `m.room.power_levels` is set to `50` so moderators can raise others to moderators for example matrix-appservice-irc, which I would then give PL51 for ops syncing. On matrix side immune mods, could be PL52. @@ -86,7 +89,7 @@ This is not the Element/Synapse default as that would be pointless to list. "m.room.avatar": 50, "m.room.canonical_alias": 13, "m.room.encryption": 100, - "m.room.history_visibility": 100, + "m.room.history_visibility": 99, "m.room.name": 50, "m.room.power_levels": 50, "m.room.retention": 100,