update following_relationship.ex
This commit is contained in:
parent
62bc0657e7
commit
e52955c961
2 changed files with 48 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ defmodule Pleroma.FollowingRelationship do
|
|||
|> select([r, u], u.follower_address)
|
||||
|> Repo.all()
|
||||
|
||||
if not user.local or user.nickname in [nil, "internal.fetch"] do
|
||||
if not user.local or user.invisible do
|
||||
following
|
||||
else
|
||||
[user.follower_address | following]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue