mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Use binary proto fields in staging
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user