plezanje-net / api

NestJS GraphQL web server
GNU General Public License v3.0
7 stars 2 forks source link

Image upload overrides first image if it doesn't match extension #140

Closed demshy closed 2 years ago

demshy commented 2 years ago

Upload a png image to a crag that already has at least one jpg image. It will save the "original" image alongside the first jpg image, but override all the thumbnails as the extensions match. When iterating over existing images, we should figure out how to ignore extension (or convet images to png on upload?)

linked to closed PR: https://github.com/plezanje-net/api/pull/138