Fix get_content_thumbnail response

This commit is contained in:
Timo Kösters 2020-05-19 18:45:38 +02:00 committed by GitHub
parent a42b335bfe
commit 3a3ccabbf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ ruma_api! {
pub content_type: String, pub content_type: String,
/// A thumbnail of the requested content. /// A thumbnail of the requested content.
#[ruma_api(body)] #[ruma_api(raw_body)]
pub file: Vec<u8>, pub file: Vec<u8>,
} }