mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Prevent macOS Spotlight indexing of attachments folder
See: https://apple.stackexchange.com/a/92785
This commit is contained in:
@@ -6,8 +6,7 @@ const path = require('path');
|
||||
const toArrayBuffer = require('to-arraybuffer');
|
||||
|
||||
|
||||
const PATH = 'attachments';
|
||||
|
||||
const PATH = 'attachments.noindex';
|
||||
|
||||
// getPath :: AbsolutePath -> AbsolutePath
|
||||
exports.getPath = (userDataPath) => {
|
||||
|
||||
Reference in New Issue
Block a user