Limit unnecessary thumbnail generation
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
parent
d75ab5508d
commit
4dcd78d51a
14 changed files with 132 additions and 81 deletions
|
@ -49,7 +49,7 @@ import type {
|
|||
} from '../types/CallLink.js';
|
||||
import type {
|
||||
AttachmentDownloadJobType,
|
||||
AttachmentDownloadJobTypeType,
|
||||
MessageAttachmentType,
|
||||
} from '../types/AttachmentDownload.js';
|
||||
import type {
|
||||
GroupSendEndorsementsData,
|
||||
|
@ -650,7 +650,7 @@ export const MESSAGE_ATTACHMENT_COLUMNS = [
|
|||
|
||||
export type MessageAttachmentDBType = {
|
||||
messageId: string;
|
||||
attachmentType: AttachmentDownloadJobTypeType;
|
||||
attachmentType: MessageAttachmentType;
|
||||
orderInMessage: number;
|
||||
editHistoryIndex: number | null;
|
||||
conversationId: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue