From fdc454f4a1017d2f3ff57d82527a0d2b6ab78bf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Sat, 15 Nov 2025 09:45:11 +0100 Subject: [PATCH] Fix a typo in docs/matrix-concepts/rooms_and_events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Walter (an example user) gets power level of 0 by joining the room. The point is he hasn't been promoted to an admin (power level 100), so if he does it himself, the missing explicit grant will tell other homeservers to reject the event. Signed-off-by: Vojtěch Káně --- content/docs/matrix-concepts/rooms_and_events/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/matrix-concepts/rooms_and_events/_index.md b/content/docs/matrix-concepts/rooms_and_events/_index.md index a638b30891..3b775a02b1 100644 --- a/content/docs/matrix-concepts/rooms_and_events/_index.md +++ b/content/docs/matrix-concepts/rooms_and_events/_index.md @@ -146,7 +146,7 @@ else. }} If Walter fiddled with its homeserver database to alter its local copy of the -room, his change would not propagate: nobody has granted him power level 0: when +room, his change would not propagate: nobody has granted him power level 100: when the other homeservers would want to update their local copy of the room, they would reject the change making Walter administrator of the room.