mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Deduplicate incoming stickers from installed sticker packs
This commit is contained in:
@@ -137,12 +137,6 @@ export const getAbsoluteStickerPath = createAbsolutePathGetter(STICKERS_PATH);
|
||||
export const writeNewStickerData = createEncryptedWriterForNew(STICKERS_PATH);
|
||||
export const deleteSticker = createDeleter(STICKERS_PATH);
|
||||
export const readStickerData = createEncryptedReader(STICKERS_PATH);
|
||||
export const copyStickerIntoAttachmentsDirectory = copyIntoAttachmentsDirectory(
|
||||
{
|
||||
sourceDir: STICKERS_PATH,
|
||||
targetDir: ATTACHMENTS_PATH,
|
||||
}
|
||||
);
|
||||
|
||||
export const getAbsoluteBadgeImageFilePath =
|
||||
createAbsolutePathGetter(BADGES_PATH);
|
||||
|
||||
Reference in New Issue
Block a user