mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 03:43:27 +01:00
Faster incremental builds
This commit is contained in:
@@ -255,11 +255,8 @@ import { INITIAL_EXPIRE_TIMER_VERSION } from '../util/expirationTimer.js';
|
||||
import type { GifType } from '../components/fun/panels/FunPanelGifs.js';
|
||||
import type { NotificationProfileType } from '../types/NotificationProfile.js';
|
||||
import * as durations from '../util/durations/index.js';
|
||||
import {
|
||||
isFile,
|
||||
isVisualMedia,
|
||||
type AttachmentType,
|
||||
} from '../types/Attachment.js';
|
||||
import type { AttachmentType } from '../types/Attachment.js';
|
||||
import { isFile, isVisualMedia } from '../util/Attachment.js';
|
||||
import { generateMessageId } from '../util/generateMessageId.js';
|
||||
import type {
|
||||
ConversationColorType,
|
||||
|
||||
@@ -23,7 +23,7 @@ import {
|
||||
sql,
|
||||
sqlJoin,
|
||||
} from './util.js';
|
||||
import { type AttachmentType } from '../types/Attachment.js';
|
||||
import type { AttachmentType } from '../types/Attachment.js';
|
||||
import {
|
||||
APPLICATION_OCTET_STREAM,
|
||||
IMAGE_JPEG,
|
||||
|
||||
Reference in New Issue
Block a user