Resumable attachment downloads
This commit is contained in:
parent
2c92591b59
commit
38f532cdda
22 changed files with 401 additions and 89 deletions
|
@ -107,6 +107,7 @@ export async function onDelete(item: DeleteForMeAttributesType): Promise<void> {
|
|||
item.deleteAttachmentData,
|
||||
{
|
||||
deleteOnDisk: window.Signal.Migrations.deleteAttachmentData,
|
||||
deleteDownloadOnDisk: window.Signal.Migrations.deleteDownloadData,
|
||||
logId,
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue