pub(crate) async fn get_content_thumbnail_legacy_route(
__arg0: State<State>,
__arg1: ClientIp,
body: Args<Request>,
) -> Result<Response>Expand description
ยงGET /_matrix/media/v3/thumbnail/{serverName}/{mediaId}
Load media thumbnail from our server or over federation.
- Only allows federation if
allow_remoteis true - Only redirects if
allow_redirectis true - Uses client-provided
timeout_msif available, else defaults to 20 seconds