6 lines
141 B
Rust
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;
|