forked from AkkomaGang/akkoma
There are no symbols in JSON.
This commit is contained in:
parent
745072b2cc
commit
6138b29783
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ def maybe_direct_follow(%User{} = follower, %User{info: info} = followed) 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 a new issue