mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
fix: Actorのurlがoutboxのurlとなっていたのを修正
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ class ExposedActorRepository(
|
||||
it[description] = actor.description.description
|
||||
it[inbox] = actor.inbox.toString()
|
||||
it[outbox] = actor.outbox.toString()
|
||||
it[url] = actor.outbox.toString()
|
||||
it[url] = actor.url.toString()
|
||||
it[publicKey] = actor.publicKey.publicKey
|
||||
it[privateKey] = actor.privateKey?.privateKey
|
||||
it[createdAt] = actor.createdAt
|
||||
|
||||
Reference in New Issue
Block a user