mirror of https://github.com/usbharu/Hideout.git
fix: keyidを修正2
This commit is contained in:
parent
aa50e1075e
commit
56b75b9655
|
@ -45,7 +45,7 @@ class ActivityPubUserService(
|
|||
val person = webFingerService.fetchUserModel(actor) ?: throw IllegalArgumentException("actor is not found")
|
||||
val inboxUrl = person.inbox ?: throw IllegalArgumentException("inbox is not found")
|
||||
httpClient.postAp(
|
||||
inboxUrl, person.preferredUsername!!, Accept(
|
||||
inboxUrl, follow.`object`!!, Accept(
|
||||
name = "Follow",
|
||||
`object` = follow,
|
||||
actor = follow.`object`.orEmpty()
|
||||
|
|
Loading…
Reference in New Issue