From cecc9f23dca4f07b289355d74b60db626871c931 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Sun, 18 May 2025 21:00:04 -0400 Subject: [PATCH] fix: pass dedupe_name to mkshortcut via batch --- src/backend/src/filesystem/batch/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/src/filesystem/batch/commands.js b/src/backend/src/filesystem/batch/commands.js index 6950a71a7..97a34b265 100644 --- a/src/backend/src/filesystem/batch/commands.js +++ b/src/backend/src/filesystem/batch/commands.js @@ -210,6 +210,7 @@ class ShortcutCommand extends BatchCommand { name: parameters.name, actor: executor.actor, target: shortcut_to, + dedupe_name: parameters.dedupe_name, // TODO: handle these with event service instead socket_id: parameters.socket_id,