feat: introduce intersection calculation of charts
This commit is contained in:
parent
eb894c330f
commit
7fcd9435f3
15 changed files with 188 additions and 18 deletions
|
|
@ -297,7 +297,7 @@ export default async (user: { id: User['id']; username: User['username']; host:
|
|||
}
|
||||
|
||||
if (!silent) {
|
||||
if (Users.isLocalUser(user)) activeUsersChart.noted(user);
|
||||
if (Users.isLocalUser(user)) activeUsersChart.write(user);
|
||||
|
||||
// 未読通知を作成
|
||||
if (data.visibility === 'specified') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue