Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APDeleteProcessor.kt

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
usbharu 2023-12-13 17:31:11 +09:00 committed by GitHub
parent b83fd6e205
commit 6655537a2b
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ class APDeleteProcessor(
throw IllegalActivityPubObjectException("object hasn't id or object")
}
try {
val actor = actorQueryService.findByUrl(deleteId)
userService.deleteRemoteActor(actor.id)