fix
This commit is contained in:
parent
a2f6bf3d5c
commit
ee1e2aa200
1 changed files with 5 additions and 5 deletions
|
@ -361,6 +361,11 @@ export class ApPersonService implements OnModuleInit {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
this.usersChart.update(user, true);
|
||||||
|
|
||||||
|
// ハッシュタグ更新
|
||||||
|
this.hashtagService.updateUsertags(user, tags);
|
||||||
|
|
||||||
//#region アバターとヘッダー画像をフェッチ
|
//#region アバターとヘッダー画像をフェッチ
|
||||||
try {
|
try {
|
||||||
const updates = await this.resolveAvatarAndBanner(user, person.icon, person.image);
|
const updates = await this.resolveAvatarAndBanner(user, person.icon, person.image);
|
||||||
|
@ -374,11 +379,6 @@ export class ApPersonService implements OnModuleInit {
|
||||||
}
|
}
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
this.usersChart.update(user, true);
|
|
||||||
|
|
||||||
// ハッシュタグ更新
|
|
||||||
this.hashtagService.updateUsertags(user, tags);
|
|
||||||
|
|
||||||
await this.updateFeatured(user.id, resolver).catch(err => this.logger.error(err));
|
await this.updateFeatured(user.id, resolver).catch(err => this.logger.error(err));
|
||||||
|
|
||||||
return user;
|
return user;
|
||||||
|
|
Loading…
Reference in a new issue