ruwuma/ruma-federation-api/src/membership/create_leave_event.rs
2020-11-27 18:22:18 +01:00

6 lines
141 B
Rust

//! Endpoint to submits a signed leave event to the receiving server for it to accept it into the
//! room's graph.
pub mod v1;
pub mod v2;