forked from AkkomaGang/akkoma
Use follow_all in autofollow.
This commit is contained in:
parent
26938d65fd
commit
65fc2df7cc
1 changed files with 1 additions and 4 deletions
|
@ -247,10 +247,7 @@ defp autofollow_users(user) do
|
|||
)
|
||||
|> Repo.all()
|
||||
|
||||
autofollowed_users
|
||||
|> Enum.reduce({:ok, user}, fn other_user, {:ok, user} ->
|
||||
follow(user, other_user)
|
||||
end)
|
||||
follow_all(user, autofollowed_users)
|
||||
end
|
||||
|
||||
@doc "Inserts provided changeset, performs post-registration actions (confirmation email sending etc.)"
|
||||
|
|
Loading…
Reference in a new issue