ドライブの管理画面でファイルのオリジナルURLを表示するように

This commit is contained in:
syuilo
2019-01-08 17:45:16 +09:00
parent d775e19059
commit 02a27a8b12
2 changed files with 2 additions and 1 deletions

View File

@ -77,5 +77,5 @@ export default define(meta, (ps, me) => new Promise(async (res, rej) => {
skip: ps.offset
});
res(await packMany(files, { detail: true, withUser: true }));
res(await packMany(files, { detail: true, withUser: true, self: true }));
}));