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