pub(crate) async fn admin_room_details_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
ยงGET /_synapse/admin/v1/rooms/{room_id}
Reports the shared room summary plus the details-only fields: topic, avatar, local device count, forgotten flag, and tombstone replacement.