There are no symbols in JSON.

This commit is contained in:
lain 2018-05-26 15:20:21 +02:00
parent 745072b2cc
commit 6138b29783
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ def maybe_direct_follow(%User{} = follower, %User{info: info} = followed) do
should_direct_follow =
cond do
# if the account is locked, don't pre-create the relationship
user_info.locked == true ->
user_info["locked"] == true ->
false
# if the users are blocking each other, we shouldn't even be here, but check for it anyway