mirror of https://github.com/usbharu/Hideout.git
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:
parent
57a5a92ee5
commit
e39747c703
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue