Skip to content
Snippets Groups Projects
Commit 71d9c2a5 authored by syuilo's avatar syuilo
Browse files

#7892

parent c0144db7
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ export async function deleteActor(actor: IRemoteUser, uri: string): Promise<stri
if (actor.isDeleted) {
logger.info(`skip: already deleted`);
}
/*
const job = await createDeleteAccountJob(actor);
await Users.update(actor.id, {
......@@ -23,4 +23,7 @@ export async function deleteActor(actor: IRemoteUser, uri: string): Promise<stri
});
return `ok: queued ${job.name} ${job.id}`;
*/
return `skip: account deletion temporaly disabled`;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment