feat: image thumbnails
This commit is contained in:
parent
61f4f2c716
commit
d544d28b6e
6 changed files with 365 additions and 112 deletions
|
@ -29,6 +29,11 @@ pub enum Error {
|
|||
#[from]
|
||||
source: ruma_events::InvalidEvent,
|
||||
},
|
||||
#[error("could not generate image")]
|
||||
ImageError {
|
||||
#[from]
|
||||
source: image::error::ImageError,
|
||||
},
|
||||
#[error("bad request")]
|
||||
BadRequest(&'static str),
|
||||
#[error("problem in that database")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue