Transcode heic/heif images
This commit is contained in:
parent
440fb69efc
commit
9078919545
30 changed files with 409 additions and 100 deletions
2
ts/model-types.d.ts
vendored
2
ts/model-types.d.ts
vendored
|
@ -207,7 +207,9 @@ export type ConversationAttributesType = {
|
|||
customColorId?: string;
|
||||
discoveredUnregisteredAt?: number;
|
||||
draftAttachments?: Array<{
|
||||
fileName?: string;
|
||||
path?: string;
|
||||
pending?: boolean;
|
||||
screenshotPath?: string;
|
||||
}>;
|
||||
draftBodyRanges?: Array<BodyRangeType>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue