pub(crate) async fn admin_room_hierarchy_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงGET /_synapse/admin/v1/rooms/{room_id}/hierarchy
Walks a space tree with admin privilege: never federates (remote children surface as holes) and skips the per-user room-visibility check.