Enable more specific AttachmentDownload prioritization
This commit is contained in:
parent
87ea909ae9
commit
fc02762588
26 changed files with 2245 additions and 817 deletions
|
@ -35,7 +35,6 @@ import { ipcInvoke, doShutdown } from './channels';
|
|||
import type {
|
||||
AdjacentMessagesByConversationOptionsType,
|
||||
AllItemsType,
|
||||
AttachmentDownloadJobType,
|
||||
ClientInterface,
|
||||
ClientExclusiveInterface,
|
||||
ClientSearchResultMessageType,
|
||||
|
@ -66,6 +65,7 @@ import { getMessageIdForLogging } from '../util/idForLogging';
|
|||
import type { MessageAttributesType } from '../model-types';
|
||||
import { incrementMessageCounter } from '../util/incrementMessageCounter';
|
||||
import { generateSnippetAroundMention } from '../util/search';
|
||||
import type { AttachmentDownloadJobType } from '../types/AttachmentDownload';
|
||||
|
||||
const ERASE_SQL_KEY = 'erase-sql-key';
|
||||
const ERASE_ATTACHMENTS_KEY = 'erase-attachments';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue