mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// Copyright 2025 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { ConversationModel } from '../models/conversations.preload.js';
|
||||
import { isDirectConversation } from './whatTypeOfConversation.dom.js';
|
||||
import type { ConversationModel } from '../models/conversations.preload.ts';
|
||||
import { isDirectConversation } from './whatTypeOfConversation.dom.ts';
|
||||
import {
|
||||
isPollSend1to1Enabled,
|
||||
type PollCreateType,
|
||||
} from '../types/Polls.dom.js';
|
||||
} from '../types/Polls.dom.ts';
|
||||
|
||||
export async function enqueuePollCreateForSend(
|
||||
conversation: ConversationModel,
|
||||
|
||||
Reference in New Issue
Block a user