pub(crate) async fn admin_room_state_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
§GET /_synapse/admin/v1/rooms/{room_id}/state
Returns the room’s current state, optionally filtered to a single event type, bypassing the visibility gate the client-server state endpoint applies.