Show lightbox for GIFs
This commit is contained in:
parent
62ab66c1c8
commit
c3bdf3d411
30 changed files with 790 additions and 815 deletions
7
ts/textsecure.d.ts
vendored
7
ts/textsecure.d.ts
vendored
|
@ -37,13 +37,6 @@ export type UnprocessedType = {
|
|||
|
||||
export { StorageServiceCallOptionsType, StorageServiceCredentials };
|
||||
|
||||
export type DownloadAttachmentType = Omit<
|
||||
ProcessedAttachment,
|
||||
'digest' | 'key'
|
||||
> & {
|
||||
data: ArrayBuffer;
|
||||
};
|
||||
|
||||
export type TextSecureType = {
|
||||
createTaskWithTimeout: (
|
||||
task: () => Promise<any> | any,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue