1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-04-22 14:10:16 +03:00

correct path on federated media endpoint doc comment

This commit is contained in:
Matthias Ahouansou 2025-03-16 01:16:25 +00:00
parent a7e6f60b41
commit 7b9ba62b67
No known key found for this signature in database

View file

@ -2215,7 +2215,7 @@ pub async fn create_invite_route(
})
}
/// # `GET /_matrix/federation/v1/media/download/{serverName}/{mediaId}`
/// # `GET /_matrix/federation/v1/media/download/{mediaId}`
///
/// Load media from our server.
pub async fn get_content_route(
@ -2246,7 +2246,7 @@ pub async fn get_content_route(
}
}
/// # `GET /_matrix/federation/v1/media/thumbnail/{serverName}/{mediaId}`
/// # `GET /_matrix/federation/v1/media/thumbnail/{mediaId}`
///
/// Load media thumbnail from our server or over federation.
pub async fn get_content_thumbnail_route(