mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Use streams to download attachments directly to disk
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -82,6 +82,7 @@ export async function autoScale({
|
||||
const { blob, contentType: newContentType } = await scaleImageToLevel(
|
||||
file,
|
||||
contentType,
|
||||
file.size,
|
||||
true
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user