Amanda Graven 97937d384c Typo corrections
The "comforming" typo in the function name at
crates/ruma-identifiers-validation/src/user_id.rs:22:26
was not corrected as that would be a breaking change.
2021-06-01 12:45:34 +02:00

6 lines
201 B
Rust

//! Endpoints to create an association between a Matrix ID and an email ID on the identity server.
pub mod create_email_validation_session;
pub mod validate_email;
pub mod validate_email_by_end_user;