2021-05-03 15:50:27 +02: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;