There are no symbols in JSON.
This commit is contained in:
parent
745072b2cc
commit
6138b29783
@ -174,7 +174,7 @@ defmodule Pleroma.User do
|
|||||||
should_direct_follow =
|
should_direct_follow =
|
||||||
cond do
|
cond do
|
||||||
# if the account is locked, don't pre-create the relationship
|
# if the account is locked, don't pre-create the relationship
|
||||||
user_info.locked == true ->
|
user_info["locked"] == true ->
|
||||||
false
|
false
|
||||||
|
|
||||||
# if the users are blocking each other, we shouldn't even be here, but check for it anyway
|
# if the users are blocking each other, we shouldn't even be here, but check for it anyway
|
||||||
|
Loading…
Reference in New Issue
Block a user