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