fix
This commit is contained in:
parent
7e4a800352
commit
cd4680b422
2 changed files with 19 additions and 6 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue