bump ruma
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
8deba94a12
commit
652faafe6e
3 changed files with 32 additions and 20 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(deprecated)]
|
||||
|
||||
use std::{io::Cursor, sync::Arc, time::Duration};
|
||||
|
||||
use image::io::Reader as ImgReader;
|
||||
|
@ -396,6 +398,7 @@ pub(crate) async fn get_content_thumbnail_route(
|
|||
media_id: body.media_id.clone(),
|
||||
timeout_ms: body.timeout_ms,
|
||||
allow_redirect: body.allow_redirect,
|
||||
animated: body.animated,
|
||||
},
|
||||
)
|
||||
.await
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue