fix: 1954f8-related issue #2

mkdir operation was passing user instead if actor. I really think I
changed this already; getting a crazy deja-vu feeling about it. Maybe a
commit was lost somewhere along the road, but not sure.
This commit is contained in:
KernelDeimos 2024-10-18 21:24:05 -04:00
parent b1411cd622
commit 143cfb5654

View File

@ -80,7 +80,7 @@ module.exports = eggspress('/mkdir', {
req.body.create_missing_ancestors ??
req.body.create_missing_parents
),
user: req.user,
actor: req.actor,
shortcut_to: req.values.shortcut_to,
});