logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 8e94c5ca3835c67b223a320f5d3ba13019f0cb9d
parent fc15c25889835e45f24b533f610196ae117459a7
Author: Lain Soykaf <lain@lain.com>
Date:   Thu, 25 Dec 2025 12:53:36 +0400

UserView: Followers != Follows

Diffstat:

Mlib/pleroma/web/activity_pub/views/user_view.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/activity_pub/views/user_view.ex b/lib/pleroma/web/activity_pub/views/user_view.ex @@ -258,7 +258,7 @@ defmodule Pleroma.Web.ActivityPub.UserView do followers, "#{user.ap_id}/followers", 1, - !user.hide_follows + showing_items ) else "#{user.ap_id}/followers?page=1"