mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
Fix #4701
This commit is contained in:
parent
61a2c1b4ef
commit
2c9734f9ac
@ -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…
Reference in New Issue
Block a user