Fix following locked users.

This commit is contained in:
lain 2018-11-18 18:53:50 +01:00
commit fc3bcf335e
2 changed files with 3 additions and 3 deletions

View file

@ -191,7 +191,7 @@ defmodule Pleroma.User do
def needs_update?(_), do: true
def maybe_direct_follow(%User{} = follower, %User{local: true, info: %{"locked" => true}}) do
def maybe_direct_follow(%User{} = follower, %User{local: true, info: %{locked: true}}) do
{:ok, follower}
end