1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-25 13:49:27 -05:00
This commit is contained in:
syuilo 2018-04-10 02:36:28 +09:00
parent 43ae3c6e27
commit 47b6f5de92

View file

@ -83,7 +83,6 @@ function thumbnail(data: stream.Readable, type: string, resize: number): ISend {
.compress('jpeg')
.quality(80)
.interlace('line')
.noProfile() // Remove EXIF
.stream();
return {