Use binary proto fields in staging

This commit is contained in:
Fedor Indutny
2025-11-03 10:41:49 -08:00
committed by GitHub
parent 6bf79848c1
commit 4436184f95
30 changed files with 242 additions and 154 deletions

View File

@@ -2,7 +2,8 @@
// SPDX-License-Identifier: AGPL-3.0-only
import type { ReadonlyMessageAttributesType } from '../model-types.d.ts';
import { applyRangesToText, hydrateRanges } from '../types/BodyRange.std.js';
import { applyRangesToText } from '../types/BodyRange.std.js';
import { hydrateRanges } from './BodyRange.node.js';
import { findAndFormatContact } from './findAndFormatContact.preload.js';
import { getNotificationDataForMessage } from './getNotificationDataForMessage.preload.js';
import { isConversationAccepted } from './isConversationAccepted.preload.js';