Skip to content
Snippets Groups Projects
Unverified Commit fc66231f authored by syuilo's avatar syuilo
Browse files

Fix #4701

parent 168c22fc
No related branches found
No related tags found
No related merge requests found
......@@ -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);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment