diff --git a/src/client_server/account.rs b/src/client_server/account.rs index 87e3731f..5d399b8b 100644 --- a/src/client_server/account.rs +++ b/src/client_server/account.rs @@ -14,6 +14,7 @@ use ruma::{ change_password, deactivate, get_username_availability, register, whoami, ThirdPartyIdRemovalStatus, }, + contact::get_contacts, uiaa::{AuthFlow, UiaaInfo}, }, }, @@ -715,16 +716,17 @@ pub async fn deactivate_route( .into()) } -/*/ +/// # `GET _matrix/client/r0/account/3pid` +/// +/// Get a list of third party identifiers associated with this account. #[cfg_attr( feature = "conduit_bin", get("/_matrix/client/r0/account/3pid", data = "
") )] pub async fn third_party_route( - body: Ruma