mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 19:34:04 +01:00
Enforce node: schema for builtins, import extensions
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';
|
||||
import { isImageAttachment } from '../types/Attachment';
|
||||
import type { LinkPreviewType } from '../types/message/LinkPreviews.js';
|
||||
import { isImageAttachment } from '../types/Attachment.js';
|
||||
|
||||
const MINIMUM_FULL_SIZE_DIMENSION = 200;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user