update userProfileCache from updatePerson
This commit is contained in:
parent
0ebb023058
commit
09de5dff44
1 changed files with 1 additions and 0 deletions
|
|
@ -819,6 +819,7 @@ export class ApPersonService implements OnModuleInit {
|
|||
location: person['vcard:Address'] ?? null,
|
||||
listenbrainz: person.listenbrainz ?? null,
|
||||
});
|
||||
await this.cacheService.userProfileCache.delete(updated.id);
|
||||
|
||||
// 該当ユーザーが既にフォロワーになっていた場合はFollowingもアップデートする
|
||||
if (updated.inbox !== person.inbox || updated.sharedInbox !== (person.sharedInbox ?? person.endpoints?.sharedInbox)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue