1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 01:55:36 +02:00

[API] 良い感じに

This commit is contained in:
syuilo
2017-02-16 16:55:01 +09:00
parent 3c7f23b685
commit d7a16d7ab1
4 changed files with 23 additions and 13 deletions

View File

@@ -38,5 +38,7 @@ module.exports = (params, user) =>
}
// Serialize
res(await serialize(file));
res(await serialize(file, {
detail: true
}));
});