This commit is contained in:
syuilo
2021-03-23 15:12:47 +09:00
parent 7e4a800352
commit cd4680b422
2 changed files with 19 additions and 6 deletions

View File

@ -83,7 +83,7 @@ export default define(meta, async (ps, user) => {
const mentions = await query.take(ps.limit!).getMany();
read(user.id, mentions.map(note => note.id));
read(user.id, mentions);
return await Notes.packMany(mentions, user);
});