From aebf10de3b631f452600a5b31c1f43c1bbf8bdf2 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Thu, 16 Jun 2022 12:39:41 -0700 Subject: fixed query to actor/outbox --- activitypub/actor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activitypub/actor.go') diff --git a/activitypub/actor.go b/activitypub/actor.go index be51460..9996abd 100644 --- a/activitypub/actor.go +++ b/activitypub/actor.go @@ -594,7 +594,7 @@ func (actor Actor) GetFollowersResp(ctx *fiber.Ctx) error { following.AtContext.Context = "https://www.w3.org/ns/activitystreams" following.Type = "Collection" - following.TotalItems, err = actor.GetFollowingTotal() + following.TotalItems, err = actor.GetFollowersTotal() if err != nil { return util.MakeError(err, "GetFollowersResp") -- cgit v1.2.3