Remove window.textsecure global

This commit is contained in:
Fedor Indutny
2025-10-09 13:03:13 -07:00
committed by GitHub
parent 4e2827af4b
commit bcac163e73
250 changed files with 5177 additions and 5930 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import type {
import type { LinkPreviewType } from '../types/message/LinkPreviews.js';
import type { StickerType } from '../types/Stickers.js';
import { IMAGE_JPEG, IMAGE_GIF } from '../types/MIME.js';
import { getAuthor } from '../messages/helpers.js';
import { getAuthor } from '../messages/sources.js';
import { getQuoteBodyText } from './getQuoteBodyText.js';
import { isGIF } from './Attachment.js';
import { isGiftBadge, isTapToView } from '../state/selectors/message.js';