mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 01:04:03 +09:00
[API] 良い感じに
This commit is contained in:
@ -38,5 +38,7 @@ module.exports = (params, user) =>
|
||||
}
|
||||
|
||||
// Serialize
|
||||
res(await serialize(file));
|
||||
res(await serialize(file, {
|
||||
detail: true
|
||||
}));
|
||||
});
|
||||
|
@ -36,6 +36,6 @@ module.exports = (params, user) =>
|
||||
|
||||
// Serialize
|
||||
res(await serialize(folder, {
|
||||
includeParent: true
|
||||
detail: true
|
||||
}));
|
||||
});
|
||||
|
Reference in New Issue
Block a user