From 7fa68943344022da69a89abd9d368902c5c1d623 Mon Sep 17 00:00:00 2001 From: dasha_uwu Date: Wed, 27 Aug 2025 23:46:19 +0500 Subject: [PATCH] Remove excessive doc on admin command --- src/admin/debug/mod.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/admin/debug/mod.rs b/src/admin/debug/mod.rs index 532a7e63..e70e8f8e 100644 --- a/src/admin/debug/mod.rs +++ b/src/admin/debug/mod.rs @@ -72,15 +72,6 @@ pub(super) enum DebugCommand { }, /// - Gets all the room state events for the specified room. - /// - /// This is functionally equivalent to `GET - /// /_matrix/client/v3/rooms/{roomid}/state`, except the admin command does - /// *not* check if the sender user is allowed to see state events. This is - /// done because it's implied that server admins here have database access - /// and can see/get room info themselves anyways if they were malicious - /// admins. - /// - /// Of course the check is still done on the actual client API. GetRoomState { /// Room ID room_id: OwnedRoomOrAliasId,