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:
parent
2da49456c6
commit
99b2bc304e
48 changed files with 2297 additions and 356 deletions
|
@ -5,7 +5,6 @@ import EventTarget from './EventTarget';
|
|||
import AccountManager from './AccountManager';
|
||||
import MessageReceiver from './MessageReceiver';
|
||||
import utils from './Helpers';
|
||||
import { ContactBuffer } from './ContactsParser';
|
||||
import SyncRequest from './SyncRequest';
|
||||
import MessageSender from './SendMessage';
|
||||
import { Storage } from './Storage';
|
||||
|
@ -17,7 +16,6 @@ export type TextSecureType = {
|
|||
storage: Storage;
|
||||
|
||||
AccountManager: typeof AccountManager;
|
||||
ContactBuffer: typeof ContactBuffer;
|
||||
EventTarget: typeof EventTarget;
|
||||
MessageReceiver: typeof MessageReceiver;
|
||||
MessageSender: typeof MessageSender;
|
||||
|
@ -34,7 +32,6 @@ export const textsecure: TextSecureType = {
|
|||
storage: new Storage(),
|
||||
|
||||
AccountManager,
|
||||
ContactBuffer,
|
||||
EventTarget,
|
||||
MessageReceiver,
|
||||
MessageSender,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue