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