pub(crate) async fn get_user_for_protocol_route(
__arg0: State<State>,
body: Args<Request>,
) -> Result<Response>Expand description
§GET /_matrix/client/v3/thirdparty/user/{protocol}
Looks up third-party users through every appservice declaring protocol.
Query fields are forwarded without the client’s access token, and one
bridge’s failure does not discard results supplied by another.