mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-03 04:07:53 +00:00
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:
-1
@@ -34,7 +34,6 @@ class APDeleteProcessor(
|
|||||||
throw IllegalActivityPubObjectException("object hasn't id or object")
|
throw IllegalActivityPubObjectException("object hasn't id or object")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
val actor = actorQueryService.findByUrl(deleteId)
|
val actor = actorQueryService.findByUrl(deleteId)
|
||||||
userService.deleteRemoteActor(actor.id)
|
userService.deleteRemoteActor(actor.id)
|
||||||
|
|||||||
Reference in New Issue
Block a user