Add outbox attribute to instance actor (#14721)
It's not useful for now, but it's required by ActivityPub
This commit is contained in:
parent
33ad850c98
commit
abee40b232
4 changed files with 19 additions and 6 deletions
|
@ -74,7 +74,7 @@ class ActivityPub::ActorSerializer < ActivityPub::Serializer
|
|||
end
|
||||
|
||||
def outbox
|
||||
account_outbox_url(object)
|
||||
object.instance_actor? ? instance_actor_outbox_url : account_outbox_url(object)
|
||||
end
|
||||
|
||||
def featured
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue