forked from AkkomaGang/akkoma
AP and WebFinger need love here
This commit is contained in:
parent
8d561f952f
commit
9a858621d6
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ def make_user_from_nickname(nickname) do
|
|||
with {:ok, %{"ap_id" => ap_id}} when not is_nil(ap_id) <- WebFinger.finger(nickname) do
|
||||
make_user_from_ap_id(ap_id)
|
||||
else
|
||||
_e -> {:error, "No ap id in webfinger"}
|
||||
_e -> {:error, "No AP id in WebFinger"}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue