Resolve #2963
This commit is contained in:
parent
aa50d0ee11
commit
969b6dbcad
14 changed files with 584 additions and 420 deletions
|
|
@ -10,7 +10,7 @@ import { isCollectionOrOrderedCollection, isCollection, IPerson } from '../type'
|
|||
import { IDriveFile } from '../../../models/drive-file';
|
||||
import Meta from '../../../models/meta';
|
||||
import htmlToMFM from '../../../mfm/html-to-mfm';
|
||||
import { coreChart } from '../../../services/stats';
|
||||
import { usersChart } from '../../../services/stats';
|
||||
import { URL } from 'url';
|
||||
import { resolveNote } from './note';
|
||||
|
||||
|
|
@ -180,7 +180,7 @@ export async function createPerson(uri: string, resolver?: Resolver): Promise<IU
|
|||
}
|
||||
}, { upsert: true });
|
||||
|
||||
coreChart.updateUserStats(user, true);
|
||||
usersChart.update(user, true);
|
||||
//#endregion
|
||||
|
||||
//#region アイコンとヘッダー画像をフェッチ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue