Skip to content

Commit

Permalink
fix(gif): bot was crashing from gifs due to failed deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck committed Sep 17, 2024
1 parent 43140d1 commit e86e908
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gif.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ enum ContentFormat {
#[serde(rename = "nanowebmpreview")]
NanoWebmPreview,

#[serde(rename = "webp")]
Webp,

#[serde(rename = "webp_transparent")]
WebpTransparent,
#[serde(rename = "webppreview_transparent")]
Expand Down

0 comments on commit e86e908

Please sign in to comment.