2022-02-18 11:03:55 +01:00

6 lines
125 B
Rust

//! Endpoints for managing room state
pub mod get_state_events;
pub mod get_state_events_for_key;
pub mod send_state_event;