1//! Endpoints in the `/_synapse/admin/v<x>/rooms/` scope. 2 3pub mod list_rooms; 4pub mod room_details; 5pub mod room_members;