mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-03 21:13:07 +02:00
Fix #4701
This commit is contained in:
parent
168c22fc98
commit
fc66231f8e
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…
Reference in a new issue