feat: introduce intersection calculation of charts
This commit is contained in:
parent
eb894c330f
commit
7fcd9435f3
15 changed files with 188 additions and 18 deletions
|
|
@ -80,7 +80,7 @@ export default define(meta, async (ps, user) => {
|
|||
|
||||
const timeline = await query.take(ps.limit!).getMany();
|
||||
|
||||
if (user) activeUsersChart.update(user);
|
||||
if (user) activeUsersChart.read(user);
|
||||
|
||||
return await Notes.packMany(timeline, user);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue