mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-03 22:55:44 +01:00
Deduplicate incoming attachments on disk
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
getBadgesPath,
|
||||
getDraftPath,
|
||||
getDownloadsPath,
|
||||
getPath,
|
||||
getAttachmentsPath,
|
||||
getStickersPath,
|
||||
getTempPath,
|
||||
getUpdateCachePath,
|
||||
@@ -66,7 +66,7 @@ function _createFileHandler({
|
||||
getBadgesPath(userDataPath),
|
||||
getDraftPath(userDataPath),
|
||||
getDownloadsPath(userDataPath),
|
||||
getPath(userDataPath),
|
||||
getAttachmentsPath(userDataPath),
|
||||
getStickersPath(userDataPath),
|
||||
getTempPath(userDataPath),
|
||||
getUpdateCachePath(userDataPath),
|
||||
|
||||
Reference in New Issue
Block a user