UserView: Followers != Follows
This commit is contained in:
parent
fc15c25889
commit
8e94c5ca38
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ defmodule Pleroma.Web.ActivityPub.UserView do
|
||||||
followers,
|
followers,
|
||||||
"#{user.ap_id}/followers",
|
"#{user.ap_id}/followers",
|
||||||
1,
|
1,
|
||||||
!user.hide_follows
|
showing_items
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
"#{user.ap_id}/followers?page=1"
|
"#{user.ap_id}/followers?page=1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue