mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
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:
parent
b1411cd622
commit
143cfb5654
@ -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,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user