feat: add seedFolderMtimes API for seeding file modification times during folder synchronization

This commit is contained in:
Anish Sarkar 2026-04-08 16:07:25 +05:30
parent e8c2377824
commit d009d06432
6 changed files with 48 additions and 0 deletions

View file

@ -31,6 +31,7 @@ export const IPC_CHANNELS = {
FOLDER_SYNC_GET_PENDING_EVENTS: 'folder-sync:get-pending-events',
FOLDER_SYNC_ACK_EVENTS: 'folder-sync:ack-events',
FOLDER_SYNC_LIST_FILES: 'folder-sync:list-files',
FOLDER_SYNC_SEED_MTIMES: 'folder-sync:seed-mtimes',
BROWSE_FILES: 'browse:files',
READ_LOCAL_FILES: 'browse:read-local-files',
// Auth token sync across windows