mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Save image/jpeg images as .jpg
This commit is contained in:
@@ -93,6 +93,6 @@ export async function autoScale({
|
||||
return {
|
||||
contentType: IMAGE_JPEG,
|
||||
file: blob,
|
||||
fileName: `${name}.jpeg`,
|
||||
fileName: `${name}.jpg`,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user