ドライブの管理画面でファイルのオリジナルURLを表示するように
This commit is contained in:
parent
d775e19059
commit
02a27a8b12
2 changed files with 2 additions and 1 deletions
|
@ -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 }));
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue