Faster incremental builds

This commit is contained in:
Fedor Indutny
2025-10-06 12:23:41 -07:00
committed by GitHub
parent 7ab12f3d7a
commit 780f39c285
130 changed files with 1479 additions and 1450 deletions

View File

@@ -42,7 +42,6 @@ import {
SendMessageProtoError,
UnknownRecipientError,
UnregisteredUserError,
HTTPError,
} from '../textsecure/Errors.js';
import { IdentityKeys, SenderKeys, Sessions } from '../LibSignalStores.js';
import type { ConversationModel } from '../models/conversations.js';
@@ -55,6 +54,7 @@ import type {
import type { SendTypesType } from './handleMessageSend.js';
import { handleMessageSend, shouldSaveProto } from './handleMessageSend.js';
import { SEALED_SENDER, ZERO_ACCESS_KEY } from '../types/SealedSender.js';
import { HTTPError } from '../types/HTTPError.js';
import { parseIntOrThrow } from './parseIntOrThrow.js';
import {
multiRecipient200ResponseSchema,