mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-02 14:21:05 +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:
@@ -15,6 +15,8 @@ export const fakeAttachment = (
|
||||
width: 800,
|
||||
height: 600,
|
||||
size: 10304,
|
||||
// This is to get rid of the download buttons on most of our stories
|
||||
path: 'ab/ablahblahblah',
|
||||
...overrides,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user