mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 14:18:43 +08:00
fix: actor param in legacy /write
This commit is contained in:
parent
a295420f58
commit
7aa886d573
@ -187,6 +187,7 @@ module.exports = eggspress(['/up', '/write'], {
|
||||
req.body.create_missing_parents
|
||||
),
|
||||
|
||||
actor: req.actor,
|
||||
user: req.user,
|
||||
file: uploaded_file,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user