mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-26 07:03:36 +00:00
fix: FollowのUndoの処理に成功しているのに未実装エラーが出るのを修正
This commit is contained in:
@@ -45,6 +45,7 @@ class APUndoServiceImpl(
|
||||
val target = userQueryService.findByUrl(follow.`object`!!)
|
||||
userService.unfollow(target.id, follower.id)
|
||||
}
|
||||
return ActivityPubStringResponse(HttpStatusCode.OK, "Accept")
|
||||
}
|
||||
|
||||
else -> {}
|
||||
|
||||
Reference in New Issue
Block a user