Show attachment download progress, new stop button to cancel

Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
Scott Nonnenberg
2024-12-10 08:54:18 +10:00
committed by GitHub
parent 025841e5bb
commit 2741fbb5d2
78 changed files with 2192 additions and 562 deletions

View File

@@ -100,9 +100,9 @@ describe('processDataMessage', () => {
assert.deepStrictEqual(out.attachments, [
{
...PROCESSED_ATTACHMENT,
chunkSize: 2,
downloadPath: 'random-path',
incrementalMac: 'AAAA',
chunkSize: 2,
},
]);
});