mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix #4701
This commit is contained in:
parent
61a2c1b4ef
commit
2c9734f9ac
1 changed files with 1 additions and 1 deletions
|
@ -196,5 +196,5 @@ export default define(meta, async (ps, me) => {
|
|||
|
||||
const timeline = await query.take(ps.limit!).getMany();
|
||||
|
||||
return await Notes.packMany(timeline, user);
|
||||
return await Notes.packMany(timeline, me);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue