mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { AciString } from '@signalapp/mock-server/src/types';
|
||||
import type { ConversationModel } from '../../models/conversations.preload.js';
|
||||
import { itemStorage } from '../../textsecure/Storage.preload.js';
|
||||
import type { ConversationModel } from '../../models/conversations.preload.ts';
|
||||
import { itemStorage } from '../../textsecure/Storage.preload.ts';
|
||||
|
||||
export function isValidSenderAciForConversation(
|
||||
conversation: ConversationModel,
|
||||
|
||||
Reference in New Issue
Block a user