Update src/main/kotlin/dev/usbharu/hideout/activitypub/service/activity/delete/APSendDeleteService.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:23 +09:00 committed by GitHub
parent 57a5a92ee5
commit e39747c703
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ class APSendDeleteServiceImpl(
private val applicationConfig: ApplicationConfig
) : APSendDeleteService {
override suspend fun sendDeleteNote(deletedPost: Post) {
val actor = actorQueryService.findById(deletedPost.actorId)
val followersById = followerQueryService.findFollowersById(deletedPost.actorId)