mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-04 07:26:29 +09:00
feat: introduce intersection calculation of charts
This commit is contained in:
@ -145,7 +145,7 @@ export default define(meta, async (ps, user) => {
|
||||
|
||||
process.nextTick(() => {
|
||||
if (user) {
|
||||
activeUsersChart.update(user);
|
||||
activeUsersChart.read(user);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user