pub(crate) async fn get_user_for_user_id_route(
_body: Args<Request>,
) -> Result<Response>Expand description
ยงGET /_matrix/client/v3/thirdparty/user
Reverse third-party lookup by Matrix user id. Tuwunel does no server-side namespace routing for these, so the result is empty, matching Synapse.