ssbc / ssb-blob-files

3 stars 1 forks source link

Fix `{ stripExif }` to support boolean `true` #7

Closed christianbundy closed 5 years ago

christianbundy commented 5 years ago

This function accepts stripExif as a boolean but compares against a string literal 'true', which means that EXIF metadata was never stripped from images that were processed by this module.

Resolves #6

arj03 commented 5 years ago

Nice find and fix, can confirm that this works now!