Fix activitypub/actor_json.ex
This commit is contained in:
parent
beca0c853f
commit
2729f0e25d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ defmodule NullaWeb.ActivityPub.ActorJSON do
|
||||||
vcard: "http://www.w3.org/2006/vcard/ns#"
|
vcard: "http://www.w3.org/2006/vcard/ns#"
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
ap_id: actor.ap_id,
|
id: actor.ap_id,
|
||||||
type: actor.type,
|
type: actor.type,
|
||||||
following: actor.following,
|
following: actor.following,
|
||||||
followers: actor.followers,
|
followers: actor.followers,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue