mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { LinkPreviewType } from '../types/message/LinkPreviews.std.js';
|
||||
import { isImageAttachment } from '../util/Attachment.std.js';
|
||||
import type { LinkPreviewType } from '../types/message/LinkPreviews.std.ts';
|
||||
import { isImageAttachment } from '../util/Attachment.std.ts';
|
||||
|
||||
const MINIMUM_FULL_SIZE_DIMENSION = 200;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user