This commit is contained in:
syuilo
2022-02-03 17:21:52 +09:00
parent ddc0b37d13
commit 92c30739f6
3 changed files with 10 additions and 408 deletions

View File

@ -114,4 +114,6 @@ export default define(meta, async (ps, me) => {
return await Users.packMany(users, me, { detail: !!ps.detail });
}
return [];
});