matrix-org / go-neb

Extensible matrix bot written in Go
Apache License 2.0
282 stars 91 forks source link

Limit size of gifs returned from giphy #217

Open turt2live opened 6 years ago

turt2live commented 6 years ago

44mb for a gif is enormous.

MurzNN commented 6 years ago

Maybe better have option to send only url to image, instead of upload full image file to matrix? Most of Matrix clients will generate preview and play gif per click.

turt2live commented 6 years ago

I like the inline gifs, but it is annoying to have a large gif posted that takes ages to download. Instead, the bot should pick a smaller gif to post.