User: Stop relying on ap_enabled
This commit is contained in:
parent
4fd96b24ae
commit
0903c41645
@ -1061,12 +1061,8 @@ defmodule Pleroma.User do
|
||||
end
|
||||
|
||||
def maybe_direct_follow(%User{} = follower, %User{} = followed) do
|
||||
if not ap_enabled?(followed) do
|
||||
follow(follower, followed)
|
||||
else
|
||||
{:ok, follower, followed}
|
||||
end
|
||||
end
|
||||
|
||||
@doc "A mass follow for local users. Respects blocks in both directions but does not create activities."
|
||||
@spec follow_all(User.t(), list(User.t())) :: {atom(), User.t()}
|
||||
|
Loading…
Reference in New Issue
Block a user