削除済みのユーザーが deleteActor される時の動作を修正する (#9980)
This commit is contained in:
parent
716ffcace6
commit
b055f516c0
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ export class ApInboxService {
|
|||
|
||||
const user = await this.usersRepository.findOneByOrFail({ id: actor.id });
|
||||
if (user.isDeleted) {
|
||||
this.logger.info('skip: already deleted');
|
||||
return 'skip: already deleted';
|
||||
}
|
||||
|
||||
const job = await this.queueService.createDeleteAccountJob(actor);
|
||||
|
|
Loading…
Reference in a new issue