Fix activitypub/actor_json.ex

This commit is contained in:
Mirai Kumiko 2025-07-05 20:14:40 +02:00
parent beca0c853f
commit 2729f0e25d
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278

View file

@ -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,